Fixed spelling of Caribbean
I knew that first one didn't look right, but it's what the official app's source code had, so I went with it.
This commit is contained in:
@ -396,7 +396,7 @@ Passed as an argument to the emitted `sentLightCommand` event. The passed versio
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_SWIM
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_PARTY
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_ROMANCE
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_CARRIBEAN
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_CARIBBEAN
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_AMERICAN
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_SUNSET
|
||||
* ScreenLogic.LIGHT_CMD_COLOR_MODE_ROYAL
|
||||
|
2
index.js
2
index.js
@ -295,7 +295,7 @@ module.exports = {
|
||||
LIGHT_CMD_COLOR_SWIM: 4,
|
||||
LIGHT_CMD_COLOR_MODE_PARTY: 5,
|
||||
LIGHT_CMD_COLOR_MODE_ROMANCE: 6,
|
||||
LIGHT_CMD_COLOR_MODE_CARRIBEAN: 7,
|
||||
LIGHT_CMD_COLOR_MODE_CARIBBEAN: 7,
|
||||
LIGHT_CMD_COLOR_MODE_AMERICAN: 8,
|
||||
LIGHT_CMD_COLOR_MODE_SUNSET: 9,
|
||||
LIGHT_CMD_COLOR_MODE_ROYAL: 10,
|
||||
|
Reference in New Issue
Block a user