Skip to content

Commit 89076d5

Browse files
committed
Fix spelling error.
1 parent 7d67ad5 commit 89076d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MyMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef enum {
5555
S_DOOR, S_MOTION, S_SMOKE, S_LIGHT, S_DIMMER, S_COVER, S_TEMP, S_HUM, S_BARO, S_WIND,
5656
S_RAIN, S_UV, S_WEIGHT, S_POWER, S_HEATER, S_DISTANCE, S_LIGHT_LEVEL, S_ARDUINO_NODE,
5757
S_ARDUINO_REPEATER_NODE, S_LOCK, S_IR, S_WATER, S_AIR_QUALITY, S_CUSTOM, S_DUST,
58-
S_SCENE_CONTROLLER,S_COLOR, S_MULTMETER
58+
S_SCENE_CONTROLLER,S_COLOR, S_MULTIMETER
5959
} mysensor_sensor;
6060

6161
// Type of data stream (for streamed message)

0 commit comments

Comments
 (0)