mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-19 08:50:42 +08:00
fix: environment temperature siid and piid
This commit is contained in:
parent
a6385411e1
commit
d1523171a7
@ -1,4 +1,29 @@
|
|||||||
{
|
{
|
||||||
|
"urn:miot-spec-v2:device:air-conditioner:0000A004:090615-ktf:1": [
|
||||||
|
{
|
||||||
|
"iid": 4,
|
||||||
|
"type": "urn:miot-spec-v2:service:environment:0000780A:090615-ktf:1",
|
||||||
|
"description": "Environment",
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"iid": 2,
|
||||||
|
"type": "urn:miot-spec-v2:property:temperature:00000020:090615-ktf:1",
|
||||||
|
"description": "Temperature",
|
||||||
|
"format": "float",
|
||||||
|
"access": [
|
||||||
|
"read",
|
||||||
|
"notify"
|
||||||
|
],
|
||||||
|
"unit": "celsius",
|
||||||
|
"value-range": [
|
||||||
|
-30,
|
||||||
|
100,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"urn:miot-spec-v2:device:airer:0000A00D:hyd-lyjpro:1": [
|
"urn:miot-spec-v2:device:airer:0000A00D:hyd-lyjpro:1": [
|
||||||
{
|
{
|
||||||
"iid": 3,
|
"iid": 3,
|
||||||
@ -217,30 +242,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"urn:miot-spec-v2:device:air-conditioner:0000A004:090615-ktf:1": [
|
|
||||||
{
|
|
||||||
"iid": 5,
|
|
||||||
"type": "urn:miot-spec-v2:service:environment:0000780A:090615-ktf:2",
|
|
||||||
"description": "Environment",
|
|
||||||
"properties": [
|
|
||||||
{
|
|
||||||
"iid": 7,
|
|
||||||
"type": "urn:miot-spec-v2:property:temperature:00000020:090615-ktf:2",
|
|
||||||
"description": "Temperature",
|
|
||||||
"format": "float",
|
|
||||||
"access": [
|
|
||||||
"read",
|
|
||||||
"notify"
|
|
||||||
],
|
|
||||||
"unit": "celsius",
|
|
||||||
"value-range": [
|
|
||||||
-30,
|
|
||||||
100,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1,3 +1,6 @@
|
|||||||
|
urn:miot-spec-v2:device:air-conditioner:0000A004:090615-ktf:
|
||||||
|
services:
|
||||||
|
- '4'
|
||||||
urn:miot-spec-v2:device:air-purifier:0000A007:zhimi-ma4:
|
urn:miot-spec-v2:device:air-purifier:0000A007:zhimi-ma4:
|
||||||
properties:
|
properties:
|
||||||
- 9.*
|
- 9.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user