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
E.g. the runAsync() method in the scenes class could be enhanced to provide additional parameters that are defaulted at the moment. By this change it would be possible to run a scene at another speed (e.g. in silent mode).
All methods should be enhanced like this. To prevent breaking current using the parameters should be defaulted to the same values that are used to call the KLF200.
The text was updated successfully, but these errors were encountered:
### Enhancements:
* [#24](#24) Add `refreshScenes()` method to re-read scenes data from the gateway
* [#27](#27) Add `refresh()` method to re-read object data from the gateway
* [#28](#28) Add methods and properties for product limitations.
* [#41](#41) Add additional default parameters to methods.
* [#50](#50) Add handler to log frames that are sent to the KLF 200.
### Fixes:
* Fix security audit dependencies ([#32](#32), [#35](#35), [#37](#37))
E.g. the runAsync() method in the scenes class could be enhanced to provide additional parameters that are defaulted at the moment. By this change it would be possible to run a scene at another speed (e.g. in silent mode).
All methods should be enhanced like this. To prevent breaking current using the parameters should be defaulted to the same values that are used to call the KLF200.
The text was updated successfully, but these errors were encountered: