D. libclienteweb / falloEnLaConexionMqtt.js

1
/**
2
 * @param {{errorMessage: string}} res
3
 */
4
export function falloEnLaConexionMqtt(res) {
5
 console.error(res)
6
 const mensaje = "Fallo en conexión MQTT: " + res.errorMessage
7
 alert(mensaje)
8
}
skip_previous skip_next