Set the sequence byte
Returns a an array of UInt8 values, ready to be sent over the wire to a shade
This hash is really useful for say, keeping track of unqiue commands in a dictionary or set.
For example if you have a command consisting of [ Uint8, Uint8, Uint16 ], this function will print 3 values. This is in contrast to a command like toData(), which will output 4 values consisting of [ Uint8, Uint8, Uint8, Uint8 ]
For example if you have a command consisting of [ Uint8, Uint8, Uint16 ], this function will print 3 values. This is in contrast to a command like toData(), which will output 4 values consisting of [ Uint8, Uint8, Uint8, Uint8 ]
Returns a hex string representation
For example if you have a command consisting of [ Uint8, Uint8, Uint16 ], this function will print 3 values. This is in contrast to a command like toData(), which will output 4 values consisting of [ Uint8, Uint8, Uint8, Uint8 ]
Generated using TypeDoc
Simple connect test with no shade motion or changes to shade. - If the LED is enabled, it illuminates on connect.