Update ecovacshome #89

Merged
bmartin5692 merged 4 commits from update-ecovacshome into master 2020-01-05 15:49:11 +01:00
Showing only changes of commit e4141e0a5c - Show all commits

View file

@ -83,7 +83,7 @@ class EcoVacsHome_Login(EcoVacs_Login):
ucUid = ""
# EcoVacs Home Product IOT Map - 2019-09-16
# EcoVacs Home Product IOT Map - 2020-01-05
# https://portal-ww.ecouser.net/api/pim/product/getProductIotMap
EcoVacsHomeProducts = [
{
@ -720,7 +720,7 @@ EcoVacsHomeProducts = [
"classid": "4f0c4e",
"product": {
"_id": "5d2c5fcd4d60de0001eaf2a5",
"materialNo": "134564",
"materialNo": "70200000227",
"name": "AT01",
"icon": "5d2d996c4d60de0001eaf2b5",
"UILogicId": "AT_01G",
@ -738,9 +738,9 @@ EcoVacsHomeProducts = [
"classid": "q1v5dn",
"product": {
"_id": "5d312ae18d8d430001817002",
"materialNo": "134564",
"materialNo": "70200000228",
"name": "AT01",
"icon": "5d67af719305ff0001df1a5c",
"icon": "5d83375f6b6a570001569e26",
"UILogicId": "AT_01G",
"ota": True,
"supportType": {
@ -749,7 +749,7 @@ EcoVacsHomeProducts = [
"assistant": False,
"alexa": False
},
"iconUrl": "https://portal-ww.ecouser.net/api/pim/file/get/5d67af719305ff0001df1a5c"
"iconUrl": "https://portal-ww.ecouser.net/api/pim/file/get/5d83375f6b6a570001569e26"
}
},
{
@ -769,8 +769,26 @@ EcoVacsHomeProducts = [
},
"iconUrl": "https://portal-ww.ecouser.net/api/pim/file/get/5d280ce3350e7a0001e84c95"
}
},
{
"classid": "zi1uwd",
"product": {
"_id": "5d78f4e878d8b60001e23edc",
"materialNo": "3",
"name": "DEEBOT U3 LINE FRIENDS",
"icon": "5da834a8d66cd10001f58265",
"UILogicId": "DK_4GLINE",
"ota": True,
"supportType": {
"share": True,
"tmjl": False,
"assistant": True,
"alexa": True
},
"iconUrl": "https://portal-ww.ecouser.net/api/pim/file/get/5da834a8d66cd10001f58265"
}
]
}
]
RETURN_API_SUCCESS = "0000"