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