refs #1850 actually send ping
parent
886df695dc
commit
70517e7ada
|
@ -248,8 +248,8 @@ class ogLiveWorker(ServerWorker):
|
||||||
"ida": self.idaula,
|
"ida": self.idaula,
|
||||||
"timestamp": int (time.time()),
|
"timestamp": int (time.time()),
|
||||||
}
|
}
|
||||||
logger.debug (f'would send ping ({body})')
|
logger.debug (f'about to send ping ({body})')
|
||||||
#self.REST.sendMessage ('clients/status/webhook', body)
|
self.REST.sendMessage ('clients/status/webhook', body)
|
||||||
|
|
||||||
def interfaceAdmin (self, method, parametros=[]):
|
def interfaceAdmin (self, method, parametros=[]):
|
||||||
if method in ['Apagar', 'CambiarAcceso', 'Configurar', 'CrearImagen', 'EjecutarScript', 'getConfiguration', 'getIpAddress', 'IniciarSesion', 'InventarioHardware', 'InventarioSoftware', 'Reiniciar', 'RestaurarImagen']:
|
if method in ['Apagar', 'CambiarAcceso', 'Configurar', 'CrearImagen', 'EjecutarScript', 'getConfiguration', 'getIpAddress', 'IniciarSesion', 'InventarioHardware', 'InventarioSoftware', 'Reiniciar', 'RestaurarImagen']:
|
||||||
|
|
Loading…
Reference in New Issue