| 1234567891011121314151617181920212223 |
- config event-forwarder 'general'
- option enabled '1'
- option interval '60'
- option debug '0'
- config server
- option url 'https://your-server.com/api/events'
- option token 'CHANGE_ME_SECRET_TOKEN'
- option method 'POST'
- option timeout '10'
- option retry '3'
- config router
- option id ''
- option name ''
- config events
- option wifi_connect '1'
- option wifi_disconnect '1'
- option dhcp_lease '1'
- option dhcp_expire '1'
- option interface '1'
- option config_change '0'
|