Change Fanvil event header for check_sync command (#7740)

Fanvils don't provision from the web gui without this change.
This commit is contained in:
Antonio Fernandez
2026-02-09 15:18:18 -05:00
committed by GitHub
parent 639a69cf3c
commit 141a350a96

View File

@@ -111,7 +111,7 @@
event:addHeader('event-string', 'check-sync;reboot=true');
end
if (command == "check_sync") then
event:addHeader('event-string', 'resync');
event:addHeader('event-string', 'check-sync');
end
end