This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/interfaces/vibrationsensor.json
2022-12-06 22:56:13 +01:00

11 lines
197 B
JSON

{
"description": "An interface for vibration sensors.",
"extends": "sensor",
"events": [
{
"name": "vibrationDetected",
"logged": true
}
]
}