Prepare files for test device

This commit is contained in:
Patrick McDonagh
2016-01-22 18:04:29 -06:00
parent 413e5809c1
commit 089b9de297
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ def main():
db.commit()
db.close()
PLC_IP_ADDRESS = "192.168.1.10" # MAKE THIS A db VALUE
PLC_IP_ADDRESS = "10.10.10.3" # MAKE THIS A db VALUE
scan_rate = 10
tagList = [];

View File

@@ -1,4 +1,4 @@
var dbFile = "/mnt/usb/data.db"
var dbFile = "/usr/db/data.db"
// app.get('/json/add/:tag', fns.addTag); // Adds a tag to the scan list
// app.get('/json/remove/:tag', fns.removeTag); // Removes a tag from the scan list
// app.get('/json/val/:tag', fns.latestTagValue); // Gets the latest value of a single tag