Skip to content

Commit 49beffd

Browse files
committed
S_RGB does not exist. Changing helpful comment to S_RGB_LIGHT and S_RGBW_LIGHT
1 parent e61ea6c commit 49beffd

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)