mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-18 16:10:44 +08:00
Compare commits
No commits in common. "17b79c612c5e06dabe04d934e3fe86dfc421b233" and "824bc50c20dfa64aca44b02e76ea4ffb055ca2fd" have entirely different histories.
17b79c612c
...
824bc50c20
@ -1215,7 +1215,7 @@ class MipsLocalClient(_MipsClient):
|
|||||||
or 'eiid' not in msg
|
or 'eiid' not in msg
|
||||||
# or 'arguments' not in msg
|
# or 'arguments' not in msg
|
||||||
):
|
):
|
||||||
self.log_info('unknown event msg, %s', payload)
|
self.log_error('unknown event msg, %s', payload)
|
||||||
return
|
return
|
||||||
if 'arguments' not in msg:
|
if 'arguments' not in msg:
|
||||||
self.log_info('wrong event msg, %s', payload)
|
self.log_info('wrong event msg, %s', payload)
|
||||||
|
|||||||
@ -145,9 +145,3 @@ urn:miot-spec-v2:device:water-purifier:0000A013:roswan-lte01:1:0000D05A:
|
|||||||
unit: ppm
|
unit: ppm
|
||||||
prop.4.2:
|
prop.4.2:
|
||||||
unit: ppm
|
unit: ppm
|
||||||
urn:miot-spec-v2:device:relay:0000A03D:lumi-c2acn01:1:
|
|
||||||
prop.4.1:
|
|
||||||
unit: kWh
|
|
||||||
urn:miot-spec-v2:device:bath-heater:0000A028:xiaomi-s1:1:
|
|
||||||
prop.4.4:
|
|
||||||
name: fan-level-ventilation
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user