elgatosf / streamdeck-philipshue

Stream Deck SDK: Philips Hue sample plugin
https://developer.elgato.com/documentation/stream-deck/
MIT License
201 stars 44 forks source link

Fixed PI & object cache update for relative brightness #26

Closed ghost closed 2 years ago

ghost commented 2 years ago

The condition to create a Property Inspector for a Relative Brightness action was missing, as well as the script tag to load the PI code; now fixed & confirmed working in Stream Deck. Also fixed a typo in caching the current brightness after executing brightness-rel. VSPrettier decided to add some HTML formatting for good measure 😄

dkern commented 2 years ago

Looks good! The missing PI was actually my fault from my last PR, I had forgotten to merge this. So good you fixed this. As I can't merge, we'll wait for @tiptronic 😉