From 08f269afd4926edca9cdfd00c3d15d419e6c87a4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 4 Jan 2015 23:43:14 +0100 Subject: o Adding an operation to set the wanted update interval. Useful for debugging to stream values and later devices where this can control how often the values are broadcasted. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7e3bfc0..12ff308 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Included characteristics: ## Gauge Control: trygvis.io + 0x0004 -## Soil Moisture Level: trygvis.io + 0x0011 +## Soil Moisture Control: trygvis.io + 0x0011 + + Format: two bytes of data. Byte #1: sensor id, byte #2: sensor level (unsigned int, 0-255). -- cgit v1.2.3