[update] add update device calibration

This commit is contained in:
peterlu14
2022-01-27 17:27:44 +08:00
parent abb6f94c81
commit c02e82dcc0
+6
View File
@@ -46,3 +46,9 @@ class Requests():
'device': device,
'instruction': instruction
})
def update_device_calibration(self, device: str) -> None:
self._mqtt_client.publish({
'header': 'device_instruction/0',
'device': device,
})