Skip to content

Commit

Permalink
Update miot_specs_extend.json
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one authored Dec 16, 2023
1 parent 1766321 commit c8d03bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions custom_components/xiaomi_miot/core/miot_specs_extend.json
Original file line number Diff line number Diff line change
Expand Up @@ -1608,9 +1608,6 @@
"properties": [
{
"iid": 7,
"type": "urn:miot-spec-v2:property:water-level",
"format": "uint8",
"access": ["read", "notify"],
"unit": "percentage",
"value-range": [0, 100, 1]
}
Expand All @@ -1621,13 +1618,10 @@
"properties": [
{
"iid": 1,
"type": "urn:zhimi-spec:property:actual-speed",
"format": "uint32",
"access": ["read"],
"unit": "rpm",
"value-range": [0, 2000, 1]
"unit": "rpm"
}
]
}
]

}

0 comments on commit c8d03bc

Please sign in to comment.