bjoern.butzin created page: home authored by Björn Butzin's avatar Björn Butzin
...@@ -209,10 +209,7 @@ request.setContentType(CoapMediaType.text_plain); ...@@ -209,10 +209,7 @@ request.setContentType(CoapMediaType.text_plain);
request.setPayload(“medium”.getBytes()); request.setPayload(“medium”.getBytes());
clientChannel.sendMessage(request);` clientChannel.sendMessage(request);`
28 <= Temperature -> high |28 <= Temperature | -> high |
|25 <= Temperature < 28 | -> medium |
25 <= Temperature < 28 -> medium |21 <= Temperature < 25 | -> low |
|Temperature < 21 | -> off |
21 <= Temperature < 25 -> low \ No newline at end of file
Temperature < 21 -> off
\ No newline at end of file