mirror of https://git.48k.eu/ogclient
Add Probe HTTP Command
parent
72e93be46f
commit
6479530bf5
|
@ -15,6 +15,8 @@ class ogProcess():
|
||||||
elif ("reboot" in URI):
|
elif ("reboot" in URI):
|
||||||
self.process_reboot()
|
self.process_reboot()
|
||||||
return 1
|
return 1
|
||||||
|
elif ("probe" in URI):
|
||||||
|
return 1
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue