From 49048ff485e9e51c7ae2a96c0c1a6f9af4f4f362 Mon Sep 17 00:00:00 2001 From: "nkgilley@gmail.com" Date: Fri, 12 Feb 2016 15:42:08 -0500 Subject: [PATCH] fix definitions for monitored_conditions --- source/_components/sensor.speedtest.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/sensor.speedtest.markdown b/source/_components/sensor.speedtest.markdown index 5067774884d..bd9461462b4 100644 --- a/source/_components/sensor.speedtest.markdown +++ b/source/_components/sensor.speedtest.markdown @@ -61,10 +61,10 @@ sensor: Configuration variables: -- **monitored_conditions** array (*Required*): Conditions to display in the frontend. - - **ping**: A human-readable text summary. - - **download**: The type of precipitation occurring. - - **upload**: The average expected intensity of precipitation occurring. +- **monitored_conditions** array (*Required*): Sensors to display in the frontend. + - **ping**: Reaction time in ms of your connection–how fast you get a response after you've sent out a request. + - **download**: Download speed in Mbps. + - **upload**: Upload speed in Mbps. - **minute** (*Optional*): Specify the minute(s) of the hour to schedule the speedtest. Use a list for multiple entries. Default is 0. - **hour** (*Optional*): Specify the hour(s) of the day to schedule the speedtest. Use a list for multiple entries. Default is None. - **day** (*Optional*): Specify the day(s) of the month to schedule the speedtest. Use a list for multiple entries. Default is None.