Skip to content

Commit

Permalink
Make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
aapris committed Jun 13, 2024
1 parent d011c03 commit 46c9468
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fvhiot/parsers/milesight.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,12 @@ def main(samples: list):
["0367e70004684d", 85], # { "temperature": 23.1, "humidity": 38.5}
["0367ed0004684b", 85], # { "temperature": 23.7, "humidity": 37.5}
["0367f100046847", 85], # { "temperature": 24.1, "humidity": 35.5}
["0175640367f500046866", 85], #{ "battery": 100, "temperature": 24.5, "humidity": 51.0}
["0175640367f500046866", 85], # { "battery": 100, "temperature": 24.5, "humidity": 51.0}
["01755C03824408040000", 85], # {"battery": 92, "distance": 2116, "position": 0}
["01755C0367010104824408050001", 85], # {"battery":92,"temperature":25.7,"distance":2116,"position":1}
["8367e800018482410601", 85], # {"temperature": 23.2, "temperature_abnormal": 1, "distance": 1601, "distance_alarming": 1}
[
"8367e800018482410601",
85,
], # {"temperature": 23.2, "temperature_abnormal": 1, "distance": 1601, "distance_alarming": 1}
]
main(examples)

0 comments on commit 46c9468

Please sign in to comment.