vodafone-station-exporter/collector
Gerrit M. Keller cd1acd3804 Fix querying LED status
In firmware version 3.0.* the LED status is exposed in a more
generalized settings endpoint /api/v1/set_device with a response body
like:
{
  "error": "ok",
  "message": "all values retrieved",
  "data": {
    "username": "admin",
    "login_password": "",
    "led": "true",
    "http_state": "false"
  },
  "token": "xxxxx"
}
2023-01-07 21:48:55 +01:00
..
api.go Fix querying LED status 2023-01-07 21:48:55 +01:00
api_test.go Add GoLang key derivation implementation 2020-12-04 06:41:52 +01:00
collector.go add WanStatus 2023-01-07 21:48:55 +01:00