Skip to content

Commit

Permalink
Merge pull request #117 from torbennehmer/fix-manual-charge-tags
Browse files Browse the repository at this point in the history
Add new Tag 0x0100003E, manual charging last target energy
  • Loading branch information
fsantini authored May 28, 2024
2 parents 35dd7ed + 5548828 commit 02d2d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e3dc/_rscpTags.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class RscpTag(Enum):
EMS_MANUAL_CHARGE_ACTIVE = 0x01000151
EMS_MANUAL_CHARGE_ENERGY_COUNTER = 0x01000152
EMS_MANUAL_CHARGE_LASTSTART = 0x01000153
EMS_MANUAL_CHARGE_LASTTARGET = 0x0100003E
EMS_REQ_REMOTE_CONTROL = 0x01000200
EMS_REQ_DEACTIVATE_REMOTE_CONTROL = 0x01000201
EMS_REQ_IP_REMOTE_CONTROL = 0x01000202
Expand Down

0 comments on commit 02d2d58

Please sign in to comment.