Water Purifier
Device Profile
Supported features may vary by model and country.
Property
Resource | Property | Value | ||||
---|---|---|---|---|---|---|
Module Class |
Type |
Name |
Type |
R/W |
Value |
Description |
runState |
Object |
cockState |
Enum |
R |
CLEANING |
Sterilization mode |
NORMAL |
Normal mode |
|||||
waterInfo |
Object |
waterType |
List<Object> |
R |
COLD |
Cold water |
HOT |
Hot water |
|||||
NORMAL |
Normal water |
|||||
MINERAL |
Mineral water |
|||||
SODA |
Soda water |
#WaterPurifier {"runState": {"cockState": {"mode": ["r"], "type": "enum", "value": {"r": ["CLEANING", "NORMAL"]}}}, "waterInfo": {"waterType": ["COLD", "HOT", "NORMAL"]}}
Status Inquiry Result
Example
# WaterPurifier # When running in the sterilization mode {"runState": {"cockState": "CLEANING"}} # When running in the normal mode {"runState": {"cockState": "NORMAL"}}
Control Command
There is currently no attribute that can be controlled.