Skip to content

Commit 2a629b3

Browse files
committed
get units right on acurite tower packets
1 parent 508f412 commit 2a629b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/user/sdr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class AcuriteTowerPacketV2(Packet):
466466
@staticmethod
467467
def parse_json(obj):
468468
pkt = dict()
469-
pkt['usUnits'] = weewx.METRIC
469+
pkt['usUnits'] = weewx.US
470470
pkt['dateTime'] = Packet.parse_time(obj.get('time'))
471471
pkt['protocol'] = Packet.get_int(obj, 'protocol') # 40
472472
pkt['model'] = obj.get('model') # model = Acurite-Tower

0 commit comments

Comments
 (0)