switch old unused whitelist to a blacklist for modern solution

This commit is contained in:
zefie
2025-02-15 10:29:01 -05:00
parent 8d23f850e7
commit a2a33453fb
2 changed files with 9 additions and 11 deletions

View File

@@ -70,8 +70,8 @@
"services": {
"wtv-1800": {
"send_tellyscripts": true,
"send_tellyscript_ssid_whitelist": [
// send only these SSIDs a tellyscript
"tellyscript_ssid_blacklist": [
// do not send these SSIDs a tellyscript
"8100000000000000",
"8120000000000000"
]