You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Xoseperez, I want to configure a relay that represents a high-low voltage at GPIO for both turn on/off action, that means I need toggle GPIO pin to high and then turn GPIO pin to low (about 0.3s delay) for both turn-on and turn-off action.
I found type(RELAY_TYPE_LATCHED)/delay_on/delay_off/pulse/pulse_ms params maybe is the right way, but I did not find relay config UI on web frontend. How can I get there, or how can config the relay on hardware.h.
Thank you and your help will be highly appreciated:)
The text was updated successfully, but these errors were encountered:
Both codes are equivalent. Instead of creating a new relay type I prefer to support single pin latched relays using the same type. I've added support for it in the dev branch. Configuration will be like this:
Hi Xoseperez, I want to configure a relay that represents a high-low voltage at GPIO for both turn on/off action, that means I need toggle GPIO pin to high and then turn GPIO pin to low (about 0.3s delay) for both turn-on and turn-off action.
I found
type(RELAY_TYPE_LATCHED)/delay_on/delay_off/pulse/pulse_ms
params maybe is the right way, but I did not find relay config UI on web frontend. How can I get there, or how can config the relay onhardware.h
.Thank you and your help will be highly appreciated:)
The text was updated successfully, but these errors were encountered: