Data Type: floorExit¶
Context: The "floorExit" data type is triggered when a tagged object leaves a particular floor.
Function: It informs you when an object exits a specific floor area, with details about the floor and timestamps of the event.
Use Case: "floorExit" data is valuable for monitoring and securing access to specific floors in multi-level facilities, ensuring that you are aware of any departures from designated areas.
Property | Type | Notes |
---|---|---|
tagId | UUID | |
tagMac | string (mac address - uppercase, no delimiter) | |
floor | string | The floor that was exited |
computationTimestamp | datetime | The time at which the floor exit computed |
schemaVersion | int | Always 1 in this release |