mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-16 06:30:44 +08:00
fix: set string property access as [read, notify] for daikin.airfresh.k33 and daikin.aircondition.k2
This commit is contained in:
parent
34e1931617
commit
60c73b084e
@ -5,12 +5,21 @@ urn:miot-spec-v2:device:air-conditioner:0000A004:daikin-k2:1:
|
|||||||
prop.2.1:
|
prop.2.1:
|
||||||
name: ac-on
|
name: ac-on
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
prop.2.2:
|
prop.2.2:
|
||||||
name: ac-mode
|
name: ac-mode
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
prop.3.1:
|
prop.3.1:
|
||||||
name: ac-fan-level
|
name: ac-fan-level
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
urn:miot-spec-v2:device:air-conditioner:0000A004:qdhkl-a42:1:
|
urn:miot-spec-v2:device:air-conditioner:0000A004:qdhkl-a42:1:
|
||||||
prop.2.2:
|
prop.2.2:
|
||||||
value-list:
|
value-list:
|
||||||
@ -93,12 +102,21 @@ urn:miot-spec-v2:device:air-fresh:0000A012:daikin-k33:1:
|
|||||||
prop.2.1:
|
prop.2.1:
|
||||||
name: ac-on
|
name: ac-on
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
prop.2.3:
|
prop.2.3:
|
||||||
name: ac-mode
|
name: ac-mode
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
prop.2.5:
|
prop.2.5:
|
||||||
name: ac-fan-level
|
name: ac-fan-level
|
||||||
format: string
|
format: string
|
||||||
|
access:
|
||||||
|
- read
|
||||||
|
- notify
|
||||||
urn:miot-spec-v2:device:air-monitor:0000A008:cgllc-cgd1st:1:
|
urn:miot-spec-v2:device:air-monitor:0000A008:cgllc-cgd1st:1:
|
||||||
prop.3.7:
|
prop.3.7:
|
||||||
value-range:
|
value-range:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user