Skip to content

Commit 43d4a14

Browse files
hypnosissMariusz Waszczynski (Nokia)
andauthored
Add new type of sensor data - V_TILT (mysensors#1570)
Co-authored-by: Mariusz Waszczynski (Nokia) <[email protected]>
1 parent 3020658 commit 43d4a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/MyMessage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ typedef enum {
184184
V_VA = 55, //!< S_POWER, Apparent power: volt-ampere (VA)
185185
V_POWER_FACTOR = 56, //!< S_POWER, Ratio of real power to apparent power: floating point value in the range [-1,..,1]
186186
V_MULTI_MESSAGE = 57, //!< Special type, multiple sensors in one message
187+
V_TILT = 58 //!< S_COVER, Tilt position (Integer between 0-100)
187188
} mysensors_data_t;
188189
#endif
189190

0 commit comments

Comments
 (0)