|
|
@@ -235,7 +235,7 @@ class McuDeviationSet:
|
|
|
def _to_init_all(self, *args):
|
|
|
self.mcu.to_init_device_origin_point(device_name="mcu", is_force=True)
|
|
|
|
|
|
- async def get_mcu_deviation(self):
|
|
|
+ def get_mcu_deviation(self):
|
|
|
asyncio.run(self.mcu.getDeviationInfo())
|
|
|
def get_mcu_deviation_info(self, data):
|
|
|
if "_type" not in data:
|