mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Merge pull request #497 from jasonehines/patch-1
Update config.json - thanks @jasonehines 🙏
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user