This action will turn on or off an Alexa doorbell created on the IJPUK.com website
- API endpoint slug
- alexa_doorbell.enable_disable_alexa_doorbell
- Filter code method
- AlexaDoorbell.enableDisableAlexaDoorbell.skip(string?: reason)
- Runtime method
- runAction("alexa_doorbell.enable_disable_alexa_doorbell", {})
Action fields
- Label
- Which doorbell would you like to turn on or off
- Slug
- doorbell_key
- Required
- true
- Can have default value
- false
- Label
- Do you want to switch it on or off
- Slug
- state
- Required
- true
- Can have default value
- true
- Filter code method
- AlexaDoorbell.enableDisableAlexaDoorbell.setState(string: state)