Chris Mullins před 8 roky
rodič
revize
364b9b2642
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -62,8 +62,9 @@ Route (5) supports these commands:
 1. `status`. Toggles on/off. Can be "on", "off", "true", or "false".
 2. `hue`. (RGBW only) This is the only way to control color with these bulbs. Should be in the range `[0, 359]`.
 3. `level`. (RGBW only) Controls brightness. Should be in the range `[0, 100]`.
-4. `temperature`. (CCT only) Controls white temperature. Should be in the range `[0, 10]`.
-5. `command`. Sends a command to the group. Can be one of:
+4. `temperature`. (CCT only) Controls white temperature. Should be in the range `[0, 100]`.
+5. `saturation`. (new RGB+CCT only) Controls saturation.
+6. `command`. Sends a command to the group. Can be one of:
    * `set_white`. (RGBW only) Turns off RGB and enters WW/CW mode.
    * `pair`. Emulates the pairing process. Send this command right as you connect an unpaired bulb and it will pair with the device ID being used.
    * `unpair`. Emulates the unpairing process. Send as you connect a paired bulb to have it disassociate with the device ID being used.