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
added functionality to only send the current configuration if the output status changed (configurable);
the status will not be published every time the configuration changes. This is only needed if more than one module controls the strip. If needed the publishing can be reactivated with a configuration switch.
Copy file name to clipboardexpand all lines: ledcontrol.env.example
+6
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,9 @@ LED_PONG_BTN_DELAY=2
72
72
LED_PONG_RESULT_DELAY_DURING=2
73
73
#How many seconds should the final result be displayed (fraction support!)?
74
74
LED_PONG_RESULT_DELAY_AFTER=5
75
+
76
+
#Should the status be published after every config change? This is only needed if you use two different sources to change the configuration of the strip and want the second source to be updated if the first source changes a value.
77
+
LED_PUBLISH_STATUS_AFTER_EVERY_CONFIG_CHANGE=0
78
+
79
+
#Should the status be published if the output state changed? This feature is enabled because if one of the buttons gets pressed and you have an control source active the source gets informed that the output state changed.
0 commit comments