Update bbox doc for uptime and reboots. (#11292)

This commit is contained in:
Emeric 2019-11-26 10:53:29 +01:00 committed by Franck Nijhof
parent 1372aaae4f
commit 8df3b5c861

View File

@ -66,6 +66,8 @@ sensor:
- up_max_bandwidth - up_max_bandwidth
- current_down_bandwidth - current_down_bandwidth
- current_up_bandwidth - current_up_bandwidth
- uptime
- number_of_reboots
``` ```
{% configuration %} {% configuration %}
@ -87,4 +89,8 @@ monitored_variables:
description: Instant measure of the current used bandwidth for download. description: Instant measure of the current used bandwidth for download.
current_up_bandwidth: current_up_bandwidth:
description: Instant measure of the current used bandwidth for upload. description: Instant measure of the current used bandwidth for upload.
uptime:
description: Uptime since the last boot.
number_of_reboots:
description: Number of reboot since the initial configuration of the router.
{% endconfiguration %} {% endconfiguration %}