Device Service Event Types
Event types emitted by the device service.
| $id | https://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
| $id |
https://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json |
| Title |
Device Service Event Types |
| Description |
Event types emitted by the device service. |
| Type | String |
| Enum |
- device.site.created
- device.site.updated
- device.site.deleted
- device.hardware.linked
- device.hardware.unlinked
- device.smartpanel.registered
- device.smartpanel.updated
- device.installation.site_hardware_linked
|
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/device/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Device Service Event Types",
"description": "Event types emitted by the device service.",
"type": "string",
"enum": [
"device.site.created",
"device.site.updated",
"device.site.deleted",
"device.hardware.linked",
"device.hardware.unlinked",
"device.smartpanel.registered",
"device.smartpanel.updated",
"device.installation.site_hardware_linked"
]
}