Browse Source

Add a description of the default behavior

pull/59/head
Maurice Makaay 3 years ago
parent
commit
cbf981fde1
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      packages/behavior_default.yaml

+ 14
- 0
packages/behavior_default.yaml View File

@ -1,3 +1,17 @@
# ------------------------------------------------------------------------
# Behavior: default
#
# * Presets that resemble the original Xiaomi firmware
# (one group of RGB colors, one group of white light colors)
# * Tapping the power button, toggles the light
# * Holding the power button, turns on night light mode
# * Tapping the color button, activates the next preset
# * Holding the color button, activates the next preset group
# * Touching the slider sets the brightness level and turns on the lamp
# * When the light is on, the front panel illumination is on
# * When the night light is on, only the power button is illuminated
# ------------------------------------------------------------------------
# A global variable to keep track of the brightness level. This one is
# used by the update_front_panel script to represent the brightness level
# using the front panel illumination.


Loading…
Cancel
Save