You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try and implement the existing ones with a sane documentation of input values, which might be a bit difficult when it comes to things like setting the timezone.
The text was updated successfully, but these errors were encountered:
Some more API is implemented in #11. The case of timezone is unclear, but from looks of it they have a a hard-coded array of possible values + offset for those (as returned by get_timezone()), but set_timezone() itself is the setter for time() where index indicates the selected timezone. There seem to be no separate set_time() there.
Existing commands are referenced here: https://github.com/softScheck/tplink-smartplug/blob/master/tplink-smarthome-commands.txt
We should try and implement the existing ones with a sane documentation of input values, which might be a bit difficult when it comes to things like setting the timezone.
The text was updated successfully, but these errors were encountered: