version with cloud_topic

This commit is contained in:
rasta5man 2025-01-01 12:53:20 +01:00
parent 31b5dbba5c
commit 41d1ec28dd
10 changed files with 264 additions and 350 deletions

View file

@ -68,7 +68,7 @@ exports.install = function(instance) {
const parseData = function(data) {
data = parseFloat(data);
logger.debug("Thermometer", data);
//logger.debug("Thermometer", data);
if(isNaN(data)) {
errLogger.error("Thermometer sends invalid data");