This commit is contained in:
2020-08-29 13:50:24 +02:00
parent a2717e1a2e
commit 1ecc18dfee

View File

@ -89,7 +89,7 @@ class MeterbusResponseStates(Enum):
START2 = 4 START2 = 4
C_FIELD = 5 C_FIELD = 5
A_FIELD = 6 A_FIELD = 6
C_FIELD = 7 CI_FIELD = 7
USERDATA = 8 USERDATA = 8
CHKSUM = 9 CHKSUM = 9
STOP = 10 STOP = 10