Pārlūkot izejas kodu

Add description for group_state_fields setting

Christopher Mullins 8 gadi atpakaļ
vecāks
revīzija
e4c7690154
2 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 2 2
      dist/index.html.gz.h
  2. 3 1
      web/src/js/script.js

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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 ];