------------------- - Fixed connectorUpdate method - connectorValue needs to be a string - connectorId provided prefix eg "pc_yourpluginid_"
1.6
------------------- - Notification (https://www.touch-portal.com/api/index.php?section=notifications) - Added notificationOptionClicked events to class TYPES - Added showNotification() method - Connector can be used as silder (https://www.touch-portal.com/api/index.php?section=connectors) - Added connectorChange events to class TYPES - Added connectorUpdate method - Client and Tools classes can now be imported separately as submodules. - Added and updated lots of API documentation in code using Python "docstrings." - Reference docs now published at https://KillerBOSS2019.github.io/TouchPortal-API/
1.5
Adds initial version of the SDK. and plugin example file. Documentation is in progress, but for now check the new source files for doc strings.
There are no changes to the API itself in this release.
1.4
Removed Socket Object from Callback so you no longer require client to be passed in just need the data Added a way to send all the states back by itself so when user switch to a page it'll update all the states