Skip to content

Commit

Permalink
Update DEV_5.0.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasExner authored Dec 1, 2020
1 parent 4623649 commit 608f31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEV_5.0.ino
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ bool sensor_active = false; // dectivate sensor(s) on boot (do not change)
* Change IP/FQND and path to match your environment
*/

String baseURL_DEVICE_GET = "http://192.168.67.240:8087/getPlainValue/0_userdata.0.IoT-Devices." + SensorID + ".";
String baseURL_DEVICE_SET = "http://192.168.67.240:8087/set/0_userdata.0.IoT-Devices." + SensorID + ".";
String baseURL_DEVICE_GET = "http://192.168.1.240:8087/getPlainValue/0_userdata.0.IoT-Devices." + SensorID + ".";
String baseURL_DEVICE_SET = "http://192.168.1.240:8087/set/0_userdata.0.IoT-Devices." + SensorID + ".";

// end of device settings - don not change anything below the line until required

Expand Down

0 comments on commit 608f31b

Please sign in to comment.