Back to plugin center
Plugin · Manifest
dawn-light
Dawn Light · By SidebyStar · In beta
Install command
aios
aios plugin install dawn-lightPermissions
The plugin can only do what is declared in the manifest; anything else is refused by the system.
sense:presence:readsense:light:readactuate:light:writememory:habit:read
Capabilities
Capabilities the plugin exposes for the runtime to orchestrate.
- scene
Nighttime pathway scene, gradual wake along the walk
- wake
Daylight ramp, color temperature derived from local coords and weather
Actions
Actions you can trigger from rules or scripts.
- pathway.engage
Engage nighttime pathway lighting
- wake.schedule
Schedule the daylight wake
Manifest Preview
The complete manifest, in one file.
PLUGIN_MANIFEST.yaml
plugin:
id: dawn-light
name: Dawn Light
vendor: By SidebyStar
stage: beta
topic: home
permissions:
- sense:presence:read
- sense:light:read
- actuate:light:write
- memory:habit:read
capabilities:
- kind: scene
desc: Nighttime pathway scene, gradual wake along the walk
- kind: wake
desc: Daylight ramp, color temperature derived from local coords and weather
actions:
- id: pathway.engage
desc: Engage nighttime pathway lighting
- id: wake.schedule
desc: Schedule the daylight wake
install: aios plugin install dawn-light