formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
...@@ -206,7 +206,6 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn ...@@ -206,7 +206,6 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
2. Let the server notify clients every 5 seconds about a changed TemperatureResource 2. Let the server notify clients every 5 seconds about a changed TemperatureResource
3. Implement an Air Conditioner Resource with the path `/ACControl`, that can be set to `high`, `medium`, `low` or `off` 3. Implement an Air Conditioner Resource with the path `/ACControl`, that can be set to `high`, `medium`, `low` or `off`
1. Use the eventing mechanism CoAP-Observe (Server.java, TODO 10): 1. Use the eventing mechanism CoAP-Observe (Server.java, TODO 10):
* Mark the TemperatureResource as observable * Mark the TemperatureResource as observable
... ...
......