Skip to content

Commit

Permalink
[Rules] Add hint about changed event when combining all event values
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er committed Jan 12, 2021
1 parent 00493b5 commit 8e4908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/WebServer/DevicesPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ void devicePage_show_controller_config(taskIndex_t taskIndex, deviceIndex_t Devi

addRowLabel(F("Single event with all values"));
addCheckBox(F("TVSE"), Settings.CombineTaskValues_SingleEvent(taskIndex));
addFormNote(F("Unchecked: Send event per value. Checked: Send single event containing all values"));
addFormNote(F("Unchecked: Send event per value. Checked: Send single event (taskname#All) containing all values "));
addFormSeparator(2);

for (controllerIndex_t controllerNr = 0; controllerNr < CONTROLLER_MAX; controllerNr++)
Expand Down

0 comments on commit 8e4908a

Please sign in to comment.