Selaa lähdekoodia

Add description for group_state_fields setting

Christopher Mullins 8 vuotta sitten
vanhempi
commit
e4c7690154
2 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 2 2
      dist/index.html.gz.h
  2. 3 1
      web/src/js/script.js

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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 " +
     "Higher values cause packets to be throttled up and down faster.  Set to 0 " +
     "to disable throttling.  Defaults to 1.  Maximum value 1000.",
     "to disable throttling.  Defaults to 1.  Maximum value 1000.",
   packet_repeat_minimum : "Controls how far throttling can decrease the number " +
   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 ];
 var UDP_PROTOCOL_VERSIONS = [ 5, 6 ];