Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ALL_ON = []byte{0x35, 0x00, 0x55} ALL_OFF = []byte{0x39, 0x00, 0x55} BRIGHTNESS_UP = []byte{0x3C, 0x00, 0x55} BRIGHTNESS_DOWN = []byte{0x34, 0x00, 0x55} WARMER = []byte{0x3E, 0x00, 0x55} COOLER = []byte{0x3F, 0x00, 0x55} ALL_ON_FULL = []byte{0xB5, 0x00, 0x55} ALL_NIGHTLIGHT = []byte{0xB9, 0x00, 0x55} )
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
func (*Bridge) SendCommand ¶
Click to show internal directories.
Click to hide internal directories.