www.dlb.one
Results
2
comments of
www.dlb.one
Hello, Pleas in function swich_on_set(), change the digitalWrite(2, switch_1_power) to digitalWrite(2, !(switch_1_power)). void switch_1_on_set(homekit_value_t value) { if (value.format != homekit_format_bool) { printf("Invalid on-value format: %d\n", value.format); return;} switch_1_power = value.bool_value;...
Hello, you probably need to refresh status of the button, see the highlighted text in yellow Pozdrawiam Dawid Rosak pt., 9 kwi 2021 o 19:24 Alexandre Rocha ***@***.***> napisał(a): >...