mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-20 01:09:36 +08:00
fix: ptx air-conditioner temperature #1163
This commit is contained in:
parent
d659d13e49
commit
a6385411e1
@ -217,5 +217,30 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"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
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user