mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Merge 5c524aab3e
into adacdebb9f
This commit is contained in:
commit
be5a16e26d
@ -27,7 +27,7 @@ public enum CleanMode {
|
||||
EDGE,
|
||||
@SerializedName("spot")
|
||||
SPOT,
|
||||
@SerializedName(value = "SpotArea", alternate = { "spotArea", "freeClean" })
|
||||
@SerializedName(value = "SpotArea", alternate = { "spotArea", "freeClean", "sceneClean" })
|
||||
SPOT_AREA,
|
||||
@SerializedName(value = "CustomArea", alternate = { "customArea" })
|
||||
CUSTOM_AREA,
|
||||
|
@ -615,5 +615,25 @@
|
||||
"modelName": "DEEBOT X2 PRO OMNI",
|
||||
"deviceClass": "ip3mmy",
|
||||
"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