Skip to content

Commit d63c44d

Browse files
committed
Merge pull request arduino#417 from Br3nda/patch-2
S_RGB does not exist. Changing to S_RGB_LIGHT and S_RGBW_LIGHT
2 parents e61ea6c + 49beffd commit d63c44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/core/MyMessage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ typedef enum {
116116
V_IMPEDANCE, // S_MULTIMETER, S_WEIGHT. Impedance value
117117
V_ARMED, // S_DOOR, S_MOTION, S_SMOKE, S_SPRINKLER. Armed status of a security sensor. 1 = Armed, 0 = Bypassed
118118
V_TRIPPED, // S_DOOR, S_MOTION, S_SMOKE, S_SPRINKLER, S_WATER_LEAK, S_SOUND, S_VIBRATION, S_MOISTURE. Tripped status of a security sensor. 1 = Tripped, 0
119-
V_WATT, // S_POWER, S_LIGHT, S_DIMMER, S_RGB, S_RGBW. Watt value for power meters
119+
V_WATT, // S_POWER, S_LIGHT, S_DIMMER, S_RGB_LIGHT, S_RGBW_LIGHT. Watt value for power meters
120120
V_KWH, // S_POWER. Accumulated number of KWH for a power meter
121121
V_SCENE_ON, // S_SCENE_CONTROLLER. Turn on a scene
122122
V_SCENE_OFF, // S_SCENE_CONTROLLER. Turn of a scene

0 commit comments

Comments
 (0)