Przeglądaj źródła

Add description for group_state_fields setting

Christopher Mullins 8 lat temu
rodzic
commit
e4c7690154
2 zmienionych plików z 5 dodań i 3 usunięć
  1. 2 2
      dist/index.html.gz.h
  2. 3 1
      web/src/js/script.js

Plik diff jest za duży
+ 2 - 2
dist/index.html.gz.h


+ 3 - 1
web/src/js/script.js

@@ -64,7 +64,9 @@ var FORM_SETTINGS_HELP = {
     "Higher values cause packets to be throttled up and down faster.  Set to 0 " +
     "to disable throttling.  Defaults to 1.  Maximum value 1000.",
   packet_repeat_minimum : "Controls how far throttling can decrease the number " +
-    "of repeated packets.  Defaults to 3."
+    "of repeated packets.  Defaults to 3.",
+  group_state_fields : "Selects which fields should be included in MQTT state updates and " +
+    "REST responses for bulb state."
 }
 
 var UDP_PROTOCOL_VERSIONS = [ 5, 6 ];