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

Reworking sys info implementation #4

Closed piekstra closed 4 years ago

piekstra commented 4 years ago

Making sure that each device type correctly constructs it's own unique system information.

Also removed the concept of a generic "device child" and "device child action" given that currently I am only aware of the HS300 device having children, and their system information may be specific to that device type.