peripheral:input_activated
The peripheral:input_activated
event is emitted when an input peripheral has been activated.
Event specific attributes
None.
Example for user origin
json
{
"eventTopic": "peripheral",
"eventCode": "input_activated",
"eventDescription": "Input peripheral activated",
"eventOccurred": "2023-09-07T10:18:41+02:00",
"eventId": "1ee4d572-7b62-6136-86c8-35b55032bfe2",
"eventData": {
"peripheralId": "6630e036-ee13-11ef-bc15-b33a54d715fa",
"peripheralName": "The peripheral name",
"peripheralDescription": "The peripheral description",
"deviceId": "0eeb5774-e88d-11ef-95f8-afbaa9403ab9",
"deviceName": "The controller name",
"deviceDescription": "The controller description",
"siteId": "182140d9-d99c-4dc8-ae14-0071a01d7e98",
"siteName": "The site name",
"siteDescription": "The site description",
"groupId": "cf84e116-ee61-4bd8-b078-3d2fadfcc9ac",
"groupName": "The alarm group name",
"groupDescription": "The alarm group description",
"groupActive": true,
"groupState": "schedule",
}
}