# Start server on default port 8080
shelly webhook server
# Start on a specific port
shelly webhook server --port 9000
# Start with JSON logging for piping
shelly webhook server --log-json
# Auto-configure devices to send webhooks here
shelly webhook server --auto-config --device kitchen --device bedroom
--auto-config Auto-configure devices to use this server
--device strings Devices to auto-configure (with --auto-config)
-h, --help help for server
--interface string Network interface to bind to (default "0.0.0.0")
--log-json Log webhooks as JSON (for piping)
-p, --port int Port to listen on (default 8080)