update iot map

update iot map with latest from official servers
This commit is contained in:
Brian Martin 2020-01-05 09:28:07 -05:00
parent a5883f8fa2
commit e4141e0a5c

View file

@ -83,7 +83,7 @@ class EcoVacsHome_Login(EcoVacs_Login):
ucUid = "" 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 # https://portal-ww.ecouser.net/api/pim/product/getProductIotMap
EcoVacsHomeProducts = [ EcoVacsHomeProducts = [
{ {
@ -720,7 +720,7 @@ EcoVacsHomeProducts = [
"classid": "4f0c4e", "classid": "4f0c4e",
"product": { "product": {
"_id": "5d2c5fcd4d60de0001eaf2a5", "_id": "5d2c5fcd4d60de0001eaf2a5",
"materialNo": "134564", "materialNo": "70200000227",
"name": "AT01", "name": "AT01",
"icon": "5d2d996c4d60de0001eaf2b5", "icon": "5d2d996c4d60de0001eaf2b5",
"UILogicId": "AT_01G", "UILogicId": "AT_01G",
@ -738,9 +738,9 @@ EcoVacsHomeProducts = [
"classid": "q1v5dn", "classid": "q1v5dn",
"product": { "product": {
"_id": "5d312ae18d8d430001817002", "_id": "5d312ae18d8d430001817002",
"materialNo": "134564", "materialNo": "70200000228",
"name": "AT01", "name": "AT01",
"icon": "5d67af719305ff0001df1a5c", "icon": "5d83375f6b6a570001569e26",
"UILogicId": "AT_01G", "UILogicId": "AT_01G",
"ota": True, "ota": True,
"supportType": { "supportType": {
@ -749,7 +749,7 @@ EcoVacsHomeProducts = [
"assistant": False, "assistant": False,
"alexa": 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" "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" RETURN_API_SUCCESS = "0000"