mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -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",
|
"name" : "ips",
|
||||||
"type" : "sql",
|
"type" : "sql",
|
||||||
"value" : "SELECT dev_LastIP from DEVICES",
|
"value" : "SELECT dev_LastIP from DEVICES order by dev_MAC",
|
||||||
"timeoutMultiplier" : true
|
"timeoutMultiplier" : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "macs",
|
"name" : "macs",
|
||||||
"type" : "sql",
|
"type" : "sql",
|
||||||
"value" : "SELECT dev_MAC from DEVICES"
|
"value" : "SELECT dev_MAC from DEVICES order by dev_MAC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "timeout",
|
"name" : "timeout",
|
||||||
|
|||||||
Reference in New Issue
Block a user