There are two buttons when holding down when the lights are off
There is a button that just clicks down the light immediately
Why is there a difference between the three buttons on a module?
socket firmware x3
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
There are two different kind of inputs. One BUTTON and another SWITCH.
BUTTON - monostable
SWITCH - bistable
It depends from hardware what you want to connect to the device.
BUTTON - monostable
SWITCH - bistable
It depends from hardware what you want to connect to the device.
SUPLA.... Nareszcie w domu.
-
vuhazu
- Posts: 34
- Joined: Wed Dec 21, 2016 2:19 pm
oh no
Config button is BUTTON -> out put toggle mode
Config button is SWITCH -> out put direct mode
Button input mode for example
when button is Press -> light on (Button 0 ->1 light on/off )
or
when button is Press - light off until the button is released -> light on ( Button 0 -> 1 -> 0 light on/off)
socket firmware x3
2 button ( Button 0 -> 1 -> 0 light on/off)
1 button (Button 0 ->1 light on/off )
I want them the same, What should I do?
Config button is BUTTON -> out put toggle mode
Config button is SWITCH -> out put direct mode
Button input mode for example
when button is Press -> light on (Button 0 ->1 light on/off )
or
when button is Press - light off until the button is released -> light on ( Button 0 -> 1 -> 0 light on/off)
socket firmware x3
2 button ( Button 0 -> 1 -> 0 light on/off)
1 button (Button 0 ->1 light on/off )
I want them the same, What should I do?
