Skip to content

Instantly share code, notes, and snippets.

# -----------------------------------------------------------------------------
# Importing the modules
# -----------------------------------------------------------------------------
import dash
from dash import html, dcc, Input, Output
import dash_bootstrap_components as dbc
import paho.mqtt.client as mqtt
global current_temperature
current_temperature = "NaN"