smartthings-edge-driver
SmartThings Edge Driver
Use this skill when working on SmartThings Edge drivers (Lua). Always open the exact official doc pages from references/ before answering so guidance stays current.
Workflow
- Identify the device protocol (Zigbee, Z-Wave, Matter, LAN) and the device capabilities.
- Confirm required capabilities, profiles, and preferences in the device docs.
- Use Edge driver structure docs to set up driver layout and lifecycle handlers.
- Consult the Edge driver API reference for exact class/module usage and defaults.
- For protocol-specific behavior, use the corresponding library reference.
- Link the exact pages used in the response.
References
- Core Edge docs and device fundamentals:
references/edge-links.md - Full Edge driver API reference (Lua):
references/edge-reference.md
Load only the reference file(s) needed for the user request.
More from 401unauthorized/smartthings-skills
smartthings-cli
Use the SmartThings CLI to manage SmartApps, Edge drivers, devices, locations, capabilities, and automations, based on the official SmartThings CLI repository and documentation.
8smartthings-api
Use the SmartThings Public REST API and automation models (rules, scenes), including endpoints for devices, locations, rooms, capabilities, automations, subscriptions, and rules, based on official documentation.
5smartthings-smartapps
Design, build, and troubleshoot SmartThings SmartApps (Connected Services), including app registration, lifecycles, configuration, subscriptions, scheduling, OAuth, hosting, testing, and troubleshooting using official docs.
3