Add vendor Bittel
This commit is contained in:
@@ -195,6 +195,16 @@
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--bittel
|
||||||
|
if (vendor == "bittel") then
|
||||||
|
if (command == "reboot") then
|
||||||
|
event:addHeader('event-string', 'check-sync;reboot=true');
|
||||||
|
end
|
||||||
|
if (command == "check_sync") then
|
||||||
|
event:addHeader('event-string', 'check-sync;reboot=false');
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
--send the event
|
--send the event
|
||||||
event:fire();
|
event:fire();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user