Back to plugin center
Plugin · Manifest

fall-watch

Fall Watch · By SidebyStar · In beta
Install command
aios
aios plugin install fall-watch
Permissions

The plugin can only do what is declared in the manifest; anything else is refused by the system.

sense:mmwave:readsense:acoustic:readalert:emitprofile:resident:read
Capabilities

Capabilities the plugin exposes for the runtime to orchestrate.

  • detect

    Detects fall, prolonged lying, bed leaving, excessive sitting

  • tier-alert

    Alert tiered by severity, routed separately to family and duty nurse

Actions

Actions you can trigger from rules or scripts.

  • alert.dispatch

    Dispatch alert to family or duty post

  • incident.record

    Record the incident to the local audit ledger

Manifest Preview

The complete manifest, in one file.

PLUGIN_MANIFEST.yaml
plugin:
  id: fall-watch
  name: Fall Watch
  vendor: By SidebyStar
  stage: beta
  topic: health

permissions:
  - sense:mmwave:read
  - sense:acoustic:read
  - alert:emit
  - profile:resident:read

capabilities:
  - kind: detect
    desc: Detects fall, prolonged lying, bed leaving, excessive sitting
  - kind: tier-alert
    desc: Alert tiered by severity, routed separately to family and duty nurse

actions:
  - id: alert.dispatch
    desc: Dispatch alert to family or duty post
  - id: incident.record
    desc: Record the incident to the local audit ledger

install: aios plugin install fall-watch