удаление админки, косметические исправления
This commit is contained in:
@@ -163,7 +163,7 @@ class MbPumpService(MbService):
|
||||
|
||||
self._curr_state = {
|
||||
'alarms': values[35 - off],
|
||||
'flow_meter': values[16 - off] / 100,
|
||||
'flow_meter': values[16 - off] / 10,
|
||||
'last_update': int(datetime.now().timestamp()),
|
||||
'pump_stage': values[28 - off],
|
||||
'vfd_curr': values[26 - off] / 100,
|
||||
|
||||
Reference in New Issue
Block a user