diff -r 6eba006ed8f5 -r 8b7c63bddf75 thermferm/thermferm.h --- a/thermferm/thermferm.h Sun May 05 17:24:54 2024 +0200 +++ b/thermferm/thermferm.h Mon May 06 15:34:32 2024 +0200 @@ -330,7 +330,8 @@ char family[3]; ///< Device family int present; ///< Present on bus int value; ///< Last value - int resolution; ///< Actual resolution + int rd_cache; ///< Resolution/Input + int wr_cache; ///< Write patern time_t timestamp; ///< Last seen } w1_list;