Skip to content

Commit d6e8dd0

Browse files
committed
iso15118: Announce iso15118 feature. Fixes #503.
- No hardware detection: Each charger with this module is assumed to have the PLC modem - Not checking is_enabled(): The feature announces that the hardware is available, not that the charger is configured to use it.
1 parent fc5dd4e commit d6e8dd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

software/src/modules/iso15118/iso15118.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ void ISO15118::setup()
390390

391391
iso15118.trace("ISO15118: EVSEID ISO: %s, DIN: %s", evseid_iso, din_str);
392392

393+
api.addFeature("iso15118");
394+
393395
initialized = true;
394396

395397
if (is_enabled()) {

0 commit comments

Comments
 (0)