piekstra / tplink-cloud-api

A Python library to remotely control TP-Link smart home devices using their cloud service - no need to be on the same network as your devices
GNU General Public License v3.0
41 stars 11 forks source link

v2.8.0 Refine get_schedule_rules #35

Closed piekstra closed 3 years ago

piekstra commented 3 years ago

The existing method return schedule rules in their raw form. This creates classes around the schedule and rules and adds testing for the functionality.

Other functionality around a device's schedule is pending.

This is being created in response to this issue: https://github.com/piekstra/tplink-cloud-api/issues/21