|
发表于 2018-11-24 13:05:46
|
显示全部楼层
修改xiaomi_miio.py文件中的
if self._air_condition_model is not None:
yield from self._try_command(
"Sending new air conditioner configuration failed.",
self._device.send_configuration,
self._air_condition_model,
Power(int(self._state)),
self._current_operation,
int(self._target_temperature),
self._current_fan_mode,
self._current_swing_mode,
Led.Off,
中的Led.Off,改成Led.On, |
|