Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt authored Oct 26, 2024
1 parent 09c3040 commit e05a882
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Convert the FritzBox tr-064 data to MQTT messages.

```json
{
"ConnectionStatus": 1,
"ConnectionStatus": 0,
"ConnectionTrigger": "AlwaysOn",
"ConnectionType": "IP_Routed",
"DNSEnabled": true,
Expand All @@ -70,15 +70,21 @@ Convert the FritzBox tr-064 data to MQTT messages.
"Enable": true,
"ExternalIPAddress": "xx.xx.xx.xx",
"LastConnectionError": "ERROR_NONE",
"MACAddress": "xx:xx:xx:xx:xx:xx",
"MACAddress": "xx:xx:xx:xx:xx",
"NATEnabled": true,
"Name": "internet",
"PossibleConnectionTypes": "IP_Routed, IP_Bridged",
"RSIPAvailable": false,
"RouteProtocolRx": "Off",
"TotalBytesReceived": 812730036094,
"TotalBytesSent": 164014571233,
"Uptime": 3801160
"Uptime": 3801160,
"host1.Active": true,
"host1.AddressSource": "DHCP",
"host1.HostName": "PC-xx-xx-xx-xx",
"host1.IPAddress": "xx.xx.xx.xx",
"host1.InterfaceType": "Ethernet",
"host1.LeaseTimeRemaining": 0
}
```

Expand Down

0 comments on commit e05a882

Please sign in to comment.