From 43fa2f983decf64913194415e83fa9eedbffdd25 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Fri, 8 Jun 2018 16:48:26 +0200 Subject: [PATCH] Increased sample_time to 60s --- mos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mos.yml b/mos.yml index 60ab06d..6737d7b 100755 --- a/mos.yml +++ b/mos.yml @@ -27,7 +27,7 @@ config_schema: - ["higrow.send_mqtt", "b", true, {title: "Send data using MQTT"}] - ["higrow.send_http", "b", false, {title: "Send data using HTTP"}] - ["higrow.send_http_url", "s", "http://example.org/what/ever", {title: "Send data using HTTP"}] - - ["higrow.sample_time", "i", 10, {title: "Take a sample after that amount of seconds"}] + - ["higrow.sample_time", "i", 60, {title: "Take a sample after that amount of seconds"}] filesystem: - fs