Skip to content

Commit bb8ad02

Browse files
maniac103Merlin10437
authored andcommitted
[ecovacs] Fix device definition for T50 PRO OMNI (openhab#20017)
Unlike the T30, this device uses the custom water amount feature. It also was misdetected as T30S. Fixes openhab#19482 Signed-off-by: Danny Baumann <dannybaumann@web.de> Signed-off-by: Merlin10437 <152161717+Merlin10437@users.noreply.github.com>
1 parent 5f23a5f commit bb8ad02

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

bundles/org.openhab.binding.ecovacs/src/main/resources/devices/supported_device_list.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -910,11 +910,6 @@
910910
"deviceClass": "cuoipb",
911911
"deviceClassLink": "z4lvk7"
912912
},
913-
{
914-
"modelName": "DEEBOT T30S PRO OMNI",
915-
"deviceClass": "czjwet",
916-
"deviceClassLink": "z4lvk7"
917-
},
918913
{
919914
"modelName": "DEEBOT T30S PRO OMNI",
920915
"deviceClass": "elrxgb",
@@ -951,6 +946,31 @@
951946
"deviceClassLink": "z4lvk7"
952947
},
953948

949+
{
950+
"modelName": "DEEBOT T50 PRO OMNI",
951+
"deviceClass": "czjwet",
952+
"protoVersion": "json_v2",
953+
"usesMqtt": true,
954+
"capabilities": [
955+
"mopping_system",
956+
"main_brush",
957+
"spot_area_cleaning",
958+
"custom_area_cleaning",
959+
"scenario_cleaning",
960+
"clean_speed_control",
961+
"voice_reporting",
962+
"read_network_info",
963+
"unit_care_lifespan",
964+
"round_mop_lifespan",
965+
"true_detect_3d",
966+
"mapping",
967+
"auto_empty_station",
968+
"air_drying",
969+
"uses_clean_results_log_api",
970+
"custom_water_amount"
971+
]
972+
},
973+
954974
{
955975
"modelName": "DEEBOT X8 PRO OMNI",
956976
"deviceClass": "n0vyif",

0 commit comments

Comments
 (0)