type of state

This commit is contained in:
Wolfgang Hottgenroth 2022-11-24 17:03:58 +01:00
parent 82244cb1a9
commit 3782975183
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -9,7 +9,7 @@ def floatAdaptor(i):
return float(f"{i:0.2f}") if i else 0.0
def onOffAdaptor(i):
return i[0]
return i[0] if i else '-1'
REGISTERS = [