Commit f8764e

2026-02-24 18:35:19 Hargata Softworks: x
advanced/webhook.md ..
@@ 62,7 62,7 @@
- kiosk
- vehicleId_{id of the vehicle}
- The `kiosk` group allows you to subscribe to changes across all vehicles in the system, where as the vehicleId_{id of the vehicle} group allows you to subscribe to changes only from that vehicle.
+ The `kiosk` group allows you to subscribe to changes across all vehicles in the your garage, where as the vehicleId_{id of the vehicle} group allows you to subscribe to changes only from that vehicle.
Because the messages contains the non-printing character `0x1e` (RS), they can be found on this [gist](https://gist.github.com/hargata/d9dc0ce127e6fb24f877886a7e395c2e) instead of being in this wiki.
@@ 90,4 90,4 @@
## Notes on WebSocket Security
- Note that ANY user can subscribe to ANY group, which means, that if a user has a valid API key, they can subscribe to events from any vehicles, even those they don't have access to. Only enable web sockets if you are the only user in your instance or if you fully trust all of the users in your instance. Much like webhooks, the web socket implementation in LubeLogger is one-way, meaning that users can consume events but not transmit any events back to the server via webhooks.
+ Unlike webhooks which publishes all events for all vehicles to a centralized endpoint, users will only receive events based on the vehicles they have access to. An API Key generated by a root user will have receive events from all vehicles in the system.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9