From 718b7dbf07df7711a1a8d88644bfe789c9165d66 Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Mon, 8 Apr 2019 13:07:12 +0200 Subject: [PATCH] Additional netgear_lte sensor types (#9076) * Additional netgear_lte sensor types * Updated sensors * :pencil2: Tweaks --- source/_components/netgear_lte.markdown | 30 ++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/source/_components/netgear_lte.markdown b/source/_components/netgear_lte.markdown index c6e9f448803..bcb1d10b93e 100644 --- a/source/_components/netgear_lte.markdown +++ b/source/_components/netgear_lte.markdown @@ -81,11 +81,39 @@ sensor: monitored_conditions: description: Sensor types to create. required: false - default: usage + default: usage, radio_quality type: list keys: + cell_id: + description: The Cell ID, a number identifying the base station. + wire_connected: + description: The wired uplink connection state, e.g., "Disconnected". + mobile_connected: + description: The LTE connection state, e.g., "Connected". + connection_text: + description: A connection text, e.g., "4G". + connection_type: + description: The connection type, e.g., "IPv4Only". + current_band: + description: The radio band used, e.g., "LTE B3". + current_ps_service_type: + description: The service type, e.g. "LTE". + radio_quality: + description: A number with the radio quality in percent, e.g., "55" + register_network_display: + description: The name of the service provider. + roaming: + description: A boolean showing whether the modem is currently roaming, e.g., "False". + rx_level: + description: The RSRP value, a measurement of the received power level, e.g., "-95". sms: description: Number of unread SMS messages in the modem inbox. + sms_total: + description: Number of SMS messages in the modem inbox. + tx_level: + description: Transmit power, e.g., "23". + upstream: + description: Current upstream connection, "WAN" or "LTE". usage: description: Amount of data transferred. {% endconfiguration %}