add new endpoints for app v2 #116

Merged
edenhaus merged 17 commits from ecovacs-home into master 2021-06-05 15:06:19 +02:00
2 changed files with 1618 additions and 706 deletions
Showing only changes of commit 03277b9d41 - Show all commits

View file

@ -337,6 +337,7 @@ def bot_toEcoVacsHome_JSON(bot): # EcoVacs Home
bot["UILogicId"] = botprod["product"]["UILogicId"]
bot["ota"] = botprod["product"]["ota"]
bot["icon"] = botprod["product"]["iconUrl"]
bot["model"] = botprod["product"]["model"]
return json.dumps(
bot, default=lambda o: o.__dict__, sort_keys=False
) # , indent=4)

File diff suppressed because it is too large Load diff