From 0452180ce246d86da8b02b0721f11a4346cbd9a5 Mon Sep 17 00:00:00 2001 From: Artanicus Date: Sun, 5 Mar 2017 11:35:40 +0200 Subject: [PATCH] Make comment about time accuracy more universal --- cozify/multisensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozify/multisensor.py b/cozify/multisensor.py index b9a5a02..1cd58f8 100644 --- a/cozify/multisensor.py +++ b/cozify/multisensor.py @@ -18,7 +18,7 @@ def getMultisensorData(data): timestamp=state['lastSeen'] else: # if no time of measurement is known we must make a reasonable assumption - # Stored here in milliseconds, influxDB internally stores as nanoseconds + # Stored here in milliseconds to match accuracy of what the hub will give you timestamp = time.time() * 1000 if 'temperature' in state: temperature=state['temperature']