Alexa "open garage door" instead of "garage door on"?

I got that working with the v3 API. Thanks!

switch garage_door_state “Garagentor” (gStartPersist) {channel=“mqtt:topic:embedded:garage:door”,alexa=“ToggleController.toggleState” [category=“DOOR”, friendlyNames="@Setting.Garagentor", actionMappings=“Close=OFF,Open=ON”, stateMappings=“Closed=CLOSED,Open=OPEN”]}

1 Like