Eslint ignore
/* eslint-disable */
alert('foo');
/* eslint-enable */
Cloudy Copperhead
/* eslint-disable */
alert('foo');
/* eslint-enable */
sql: `SELECT
clientid() as nodeId,
Timestamp as loggedTime,
temperature as temperature1,
temperature2,
temperature3,
water,
humidity,
Current as current1,
Current_2 as current2,
timestamp()/1000 as receivedTime,
"keepalive" as datatype
FROM "/senstra/pit/keepalive"`,