Skip to content

Commit de2593d

Browse files
committed
Add a comment to push travis to recheck
1 parent 5e22848 commit de2593d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/HAP/Server/Configuration.swift

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ extension Device {
4242
// Accessories must increment the config number after a firmware update.
4343
// This must have a range of 1-4294967295 and wrap to 1 when it overflows.
4444
// This value must persist across reboots, power cycles, etc.
45+
// The first time a Device is created, this number is incremented to 1
4546
internal var number: UInt32 = 0
4647

4748
// HAP Specification 2.6.1: Instance IDs

0 commit comments

Comments
 (0)