diff --git a/README.md b/README.md index 1bf53f1..172f0e0 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.js b/index.js index fdaf270..5218760 100644 --- a/index.js +++ b/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,