Skip to content

Commit c886284

Browse files
committed
Update node-helper files
1 parent 1d67b78 commit c886284

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/counter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,3 @@ def update(
316316
energy = self.energy
317317
_LOGGER.debug("energy=%s on last_update=%s", energy, last_update)
318318
return (energy, last_reset)
319-

plugwise_usb/nodes/helpers/firmware.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class SupportedVersions(NamedTuple):
4646
# Proto release
4747
datetime(2015, 6, 16, 21, 9, 10, tzinfo=UTC): SupportedVersions(min=2.0, max=2.6),
4848
datetime(2015, 6, 18, 14, 0, 54, tzinfo=UTC): SupportedVersions(min=2.0, max=2.6),
49+
datetime(2015, 9, 18, 8, 53, 15, tzinfo=UTC): SupportedVersions(min=2.0, max=2.5),
4950
# New Flash Update
5051
datetime(2017, 7, 11, 16, 6, 59, tzinfo=UTC): SupportedVersions(min=2.0, max=2.6),
5152
}

0 commit comments

Comments
 (0)