Update TekSavvy sendor documentation. (#4645)

Update the TekSavvy senor documentation for unlimited plans without a cap.
This commit is contained in:
Mike O'Driscoll 2018-02-12 02:31:34 -05:00 committed by Fabian Affolter
parent cda6c85186
commit 5e77fc8d94

View File

@ -45,7 +45,7 @@ api_key:
required: true required: true
type: string type: string
total_bandwidth: total_bandwidth:
description: Your bandwidth limit in gigabytes. description: Your bandwidth limit in gigabytes. Set to `0` for unlimited plans without a cap.
required: true required: true
type: string type: string
monitored_conditions: monitored_conditions:
@ -72,6 +72,6 @@ monitored_conditions:
offpeak_total: offpeak_total:
description: Total bandwidth used during the unlimited period (gigabytes). description: Total bandwidth used during the unlimited period (gigabytes).
onpeak_remaining: onpeak_remaining:
description: Remaining bandwidth (gigabytes). description: Remaining bandwidth (gigabytes).
{% endconfiguration %} {% endconfiguration %}