We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508f412 commit 2a629b3Copy full SHA for 2a629b3
bin/user/sdr.py
@@ -466,7 +466,7 @@ class AcuriteTowerPacketV2(Packet):
466
@staticmethod
467
def parse_json(obj):
468
pkt = dict()
469
- pkt['usUnits'] = weewx.METRIC
+ pkt['usUnits'] = weewx.US
470
pkt['dateTime'] = Packet.parse_time(obj.get('time'))
471
pkt['protocol'] = Packet.get_int(obj, 'protocol') # 40
472
pkt['model'] = obj.get('model') # model = Acurite-Tower
0 commit comments