We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc172a commit 613e2b4Copy full SHA for 613e2b4
Sources/HAP/Server/DeviceDelegate.swift
@@ -63,6 +63,7 @@ public protocol DeviceDelegate: class {
63
/// - service: the service to which the characteristic belongs
64
/// - characteristic: the characteristic that was changed
65
/// - newValue: the new value of the characteristic
66
+ ///
67
func characteristic<T>(
68
_ characteristic: GenericCharacteristic<T>,
69
ofService: Service,
0 commit comments