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/presencesensor.json
2021-01-02 14:33:15 +01:00

17 lines
566 B
JSON

{
"extends": "sensor",
"description": "The presence sensor interface provides information whether a certain thing, for instance a human person, a tracked animal, a tracked mobile phone or smart watch is currently present. Additionally it gives information about the last time the tracked thing has been seen.",
"states": [
{
"name": "isPresent",
"type": "bool",
"logged": true
},
{
"name": "lastSeenTime",
"type": "int",
"unit": "UnixTime"
}
]
}