version with cloud_topic
This commit is contained in:
parent
31b5dbba5c
commit
41d1ec28dd
10 changed files with 264 additions and 350 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue