This action will lock or unlock a door
Developer info
- API endpoint slug
 - smartnest.locked_state_action
 - Filter code method
 - Smartnest.lockedStateAction.skip(string?: reason)
 - Runtime method
 - runAction("smartnest.locked_state_action", {})
 
Action fields
Device Dropdown list
- Label
 - device
 - Helper text
 - Device name
 - Slug
 - device
 - Required
 - true
 - Can have default value
 - false
 
Action Dropdown list
- Label
 - action
 - Helper text
 - Device new state
 - Slug
 - action
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - Smartnest.lockedStateAction.setAction(string: action)
 
