Merge pull request #497 from jasonehines/patch-1

Update config.json - thanks @jasonehines 🙏
This commit is contained in:
jokob-sk
2023-11-09 18:36:53 +11:00
committed by GitHub

View File

@@ -43,13 +43,13 @@
{
"name" : "ips",
"type" : "sql",
"value" : "SELECT dev_LastIP from DEVICES",
"value" : "SELECT dev_LastIP from DEVICES order by dev_MAC",
"timeoutMultiplier" : true
},
{
"name" : "macs",
"type" : "sql",
"value" : "SELECT dev_MAC from DEVICES"
"value" : "SELECT dev_MAC from DEVICES order by dev_MAC"
},
{
"name" : "timeout",