Skip to content

Commit

Permalink
Make comment about time accuracy more universal
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Mar 5, 2017
1 parent 10779f1 commit 0452180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozify/multisensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 0452180

Please sign in to comment.