Add vendor Bittel
This commit is contained in:
parent
fc5f10acfa
commit
0a33e58b87
|
|
@ -195,6 +195,16 @@
|
|||
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
|
||||
event:fire();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue