node-red-alexa-home-skill-v3-web
node-red-alexa-home-skill-v3-web copied to clipboard
Feature request: Toggle Controller with semantics
Describe the bug I currently expose devices to Alexa via OpenHab, but I don't really use OpenHab for much else, so I'm trying to get rid of it in favour of this skill.
I have some blinds which only support open and closed (and not setting to a specific %), so the Internal and External Blinds aren't really applicable. In OpenHab, I've modelled them as a virtual switch exposed to Alexa as a ToggleController
with semantics which map TurnOn
and TurnOff
to open
and close
respectively. This means I can say "open blinds" and the virtual switch is toggled on. I then detect this in NodeRed and interface to the blinds from there.
Would it be possible to add support for ToggleController
with semantics to this skill?
Argh! Accidentally reported using my work GH login. This comment is from my personal GH account.