Skip to content

Commit 32a310e

Browse files
committed
Correct max version for 2015-9-18 firmware
1 parent 47e3bf8 commit 32a310e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/helpers/firmware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +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),
49+
datetime(2015, 9, 18, 8, 53, 15, tzinfo=UTC): SupportedVersions(min=2.0, max=2.6),
5050
# New Flash Update
5151
datetime(2017, 7, 11, 16, 6, 59, tzinfo=UTC): SupportedVersions(min=2.0, max=2.6),
5252
}

0 commit comments

Comments
 (0)