steute Technologies GmbH & Co. KG · AsyncAPI Specification
steute nexy Sensor Bridge HTTP(S) Notifications
Version 2.4.0-2.6.x
The Sensor Bridge sends JSON data via HTTP POST to configured target URLs whenever a switch is actuated, a switch or actor sends a wake-up message, or expected wake-up messages are not received (wake-up monitoring). Multiple notification endpoints can be configured, optionally restricted to managed groups, with HTTP Basic Authentication and configurable timeouts. Missing wake-up warnings repeat at wakeup-time * 2 intervals until the device transmits again.
View Spec
View on GitHub
CompanyIndustrialManufacturingIIoTWirelessSensorsSwitchesIntralogisticsAutomationMedical DevicesAsyncAPIWebhooksEvents
Channels
switchEvent
Sent when a switch changes state (actuation) or a wake-up event is triggered by the switch's internal timer. Use flags to differentiate: 0 = switch event, 64 = broadcast, 128 = wakeup (196 = broadcast triggered by wake-up).
missingSwitchWakeupWarning
Sent when wake-up messages configured via group wake-up intervals fail to appear more than twice; repeated at wakeup-time * 2 intervals until the switch transmits again.
Messages
SwitchEvent
Switch event
MissingSwitchWakeupWarning
Missing wake-up warning
Servers
http
customer-endpoint
http://{host}
Customer-configured receiving endpoint on the local network. The Sensor Bridge POSTs with Content-Type application/json;charset=utf-8; HTTP or HTTPS selectable, custom port via address suffix (e.g. 192.168.3.10:3000).