Explorar o código

Add ability to restart

I restored the original line as it can be misleading.
ElMoribond %!s(int64=3) %!d(string=hai) anos
pai
achega
f9add57ed4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/src/api/mqtt.jsx

+ 1 - 1
web/src/api/mqtt.jsx

@@ -75,7 +75,7 @@ export function MqttProvider({
 export function useMqtt(watchTopic, publishTopic, defaultValue = null) {
   const { state, ws } = useContext(Mqtt);
 
-  const value = state[watchTopic] || { payload: defaultValue };
+  const value = state[watchTopic] || { payload: null };
 
   const send = useCallback(
     (payload) => {