Compare commits

...

1 Commits

Author SHA1 Message Date
6e7d2ebfbb PyThermostat: Clean plot 2025-01-13 17:28:16 +08:00

View File

@ -1,8 +1,7 @@
import time
import numpy as np
from threading import Thread, Lock
import matplotlib.pyplot as plt
import matplotlib.animation as animation
from threading import Thread, Lock
from pythermostat.client import Client