Add new type of sensor data - V_TILT (#1570)

Co-authored-by: Mariusz Waszczynski (Nokia) <mariusz.waszczynski@nokia.com>
This commit is contained in:
hypnosiss
2025-07-03 10:46:02 +02:00
committed by GitHub
parent 3020658f9a
commit 43d4a148d2

View File

@@ -184,6 +184,7 @@ typedef enum {
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_MULTI_MESSAGE = 57, //!< Special type, multiple sensors in one message
V_TILT = 58 //!< S_COVER, Tilt position (Integer between 0-100)
} mysensors_data_t;
#endif