You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For RS we have defined value flags:
#define RS_VALUE_FLAG_CALIBRATION_FAILED 0x2
#define RS_VALUE_FLAG_CALIBRATION_LOST 0x4
#define RS_VALUE_FLAG_MOTOR_PROBLEM 0x8
#define RS_VALUE_FLAG_CALIBRATION_IN_PROGRESS 0x10
For Relays:
#define SUPLA_RELAY_FLAG_OVERCURRENT_RELAY_OFF 0x1
RS and Relay channels should have Reactions for above values/errors/states.
For RS we have defined value flags:
#define RS_VALUE_FLAG_CALIBRATION_FAILED 0x2
#define RS_VALUE_FLAG_CALIBRATION_LOST 0x4
#define RS_VALUE_FLAG_MOTOR_PROBLEM 0x8
#define RS_VALUE_FLAG_CALIBRATION_IN_PROGRESS 0x10
For Relays:
#define SUPLA_RELAY_FLAG_OVERCURRENT_RELAY_OFF 0x1
RS and Relay channels should have Reactions for above values/errors/states.
https://forum.supla.org/viewtopic.php?t=14599
The text was updated successfully, but these errors were encountered: