mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Compare commits
2 Commits
be5a16e26d
...
fe4e3893b3
Author | SHA1 | Date | |
---|---|---|---|
|
fe4e3893b3 | ||
|
5c524aab3e |
@ -27,7 +27,7 @@ public enum CleanMode {
|
|||||||
EDGE,
|
EDGE,
|
||||||
@SerializedName("spot")
|
@SerializedName("spot")
|
||||||
SPOT,
|
SPOT,
|
||||||
@SerializedName(value = "SpotArea", alternate = { "spotArea", "freeClean" })
|
@SerializedName(value = "SpotArea", alternate = { "spotArea", "freeClean", "sceneClean" })
|
||||||
SPOT_AREA,
|
SPOT_AREA,
|
||||||
@SerializedName(value = "CustomArea", alternate = { "customArea" })
|
@SerializedName(value = "CustomArea", alternate = { "customArea" })
|
||||||
CUSTOM_AREA,
|
CUSTOM_AREA,
|
||||||
|
@ -615,5 +615,25 @@
|
|||||||
"modelName": "DEEBOT X2 PRO OMNI",
|
"modelName": "DEEBOT X2 PRO OMNI",
|
||||||
"deviceClass": "ip3mmy",
|
"deviceClass": "ip3mmy",
|
||||||
"deviceClassLink": "e6ofmn"
|
"deviceClassLink": "e6ofmn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modelName": "DEEBOT T30 OMNI",
|
||||||
|
"deviceClass": "z4lvk7",
|
||||||
|
"deviceClassLink": "lhbd50"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modelName": "DEEBOT T30 PRO OMNI",
|
||||||
|
"deviceClass": "4vhygi",
|
||||||
|
"deviceClassLink": "lhbd50"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modelName": "DEEBOT T30 PRO OMNI",
|
||||||
|
"deviceClass": "3w7j5e",
|
||||||
|
"deviceClassLink": "lhbd50"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modelName": "DEEBOT T30 PRO OMNI",
|
||||||
|
"deviceClass": "tlthqk",
|
||||||
|
"deviceClassLink": "lhbd50"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user