-
Notifications
You must be signed in to change notification settings - Fork 5
Home
cth35 edited this page Nov 26, 2019
·
3 revisions
Welcome to the tydom_python wiki!
This give geolocation information
Syntax of tydom response
{"longitude": XXXX,"latitude": YYYY,"timezone": 60,"summerOffset": "ON"}
TODO
TODO
TODO
This will return the scenarii that are stored in the Tydom.
Syntax of tydom response
{"scn":[{"epAct":[{"devId":12,"epId":12,"state":[{"name":"position","value":"0"}]}],"id":15}]}
This will run the scenario referenced with scn_id
returned in previous command
TODO