From b3d918f46595579ecb58e2e4599bdd5779c4d9e9 Mon Sep 17 00:00:00 2001 From: Paul C Diem Date: Tue, 25 Feb 2020 06:19:12 -0600 Subject: [PATCH] Add MQTT commands --- PWM_Dimmer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PWM_Dimmer.md b/PWM_Dimmer.md index 528b3f9fb..172a7663a 100644 --- a/PWM_Dimmer.md +++ b/PWM_Dimmer.md @@ -97,6 +97,8 @@ Holding the power button, pressing the down/up buttons a given number of times a Holding any button for over 10 seconds executes the WiFiConfig 2 command. +Pressing and releasing a button publishes an MQTT TOGGLE command. Holding a button publishes an MQTT HOLD command followed by an MQTT OFF command when the button is released. + When Device Groups are enabled, the PWM Dimmer minimum brightness and brightness presets are kept in sync across all switches in the group. The powered-off LED and LED timeout settings are specific to each switch. Changing them does not replicate the change to the other switches in the group.