Skip to content

Commit

Permalink
Handle ECO_OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsidecar-dev authored Oct 15, 2024
1 parent 3a5f893 commit f97f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalsets/v3/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
]},
{ "hdr": "797", "rax": "79A", "fcm1": true, "cmd": {"22": "1318"}, "freq": 1,
"signals": [
{"id": "LEAF_ECO_MODE", "path": "Climate", "fmt": { "len": 8, "map": {"16":{"description":"ECO is on","value":"ECO_ON_1"},"17":{"description":"ECO is on","value":"ECO_ON_2"}} }, "name": "ECO mode state"}
{"id": "LEAF_ECO_MODE", "path": "Climate", "fmt": { "len": 8, "map": {"0":{"description":"ECO is off","value":"ECO_OFF"},"16":{"description":"ECO is on","value":"ECO_ON_1"},"17":{"description":"ECO is on","value":"ECO_ON_2"}} }, "name": "ECO mode state"}
]},
{ "hdr": "797", "rax": "79A", "fcm1": true, "cmd": {"22": "131A"}, "freq": 1,
"signals": [
Expand Down

0 comments on commit f97f2f8

Please sign in to comment.