mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-20 01:21:27 +01:00
Add new type of sensor data - V_TILT (#1570)
Co-authored-by: Mariusz Waszczynski (Nokia) <mariusz.waszczynski@nokia.com>
This commit is contained in:
@@ -184,6 +184,7 @@ typedef enum {
|
|||||||
V_VA = 55, //!< S_POWER, Apparent power: volt-ampere (VA)
|
V_VA = 55, //!< S_POWER, Apparent power: volt-ampere (VA)
|
||||||
V_POWER_FACTOR = 56, //!< S_POWER, Ratio of real power to apparent power: floating point value in the range [-1,..,1]
|
V_POWER_FACTOR = 56, //!< S_POWER, Ratio of real power to apparent power: floating point value in the range [-1,..,1]
|
||||||
V_MULTI_MESSAGE = 57, //!< Special type, multiple sensors in one message
|
V_MULTI_MESSAGE = 57, //!< Special type, multiple sensors in one message
|
||||||
|
V_TILT = 58 //!< S_COVER, Tilt position (Integer between 0-100)
|
||||||
} mysensors_data_t;
|
} mysensors_data_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user