elgato-stream-deck
Advanced tools
Changelog
3.0.0 (2019-06-03)
<a name="2.1.1"></a>
Changelog
2.0.0 (2017-11-28)
fillPanel
methodclearAllKeys
methodStreamDeck
constructor instead of automatically instantiating itdevicePath
to the constructor
this.keyState
before emitting down
and up
events
fillImageFromFile
sharp
only being a devDependency
, and not a production dependency
StreamDeck
class to move as much as possible to static methods and static gettersasync
/await
fillPanel
examplethis.keyState
is now updated before down
and up
events are emitted.StreamDeck
constructor is now required when require
ing this library, instead of an instance of the class. * See the docs for updated examples.<a name="1.2.0"></a>
Changelog
1.2.0 (2017-06-23)
clearKey
method #4setBrightness
and sendFeatureReport
4d904f0fillImage
fix blue and red channels being swapped 8efdb6b<a name="1.1.0"></a>