Advanced event routing
Notes on configuring Blecon Networks via the API
Network Routes
Filter Patterns
device.request.my_company.temperature // matches this exact event type
device.request.* // matches all device requests
device.message.* // matches all device messages
device.* //matches all device-created events
network.* //matches all network-created events
* // matches all events
Last updated