fix: ptx air-conditioner temperature #1163

This commit is contained in:
天成 2025-06-26 13:19:48 +00:00
parent d659d13e49
commit a6385411e1

View File

@ -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
]
}
]
}
] ]
} }