feat(discovery): bonjour beacons + bridge presence
This commit is contained in:
@@ -11,6 +11,6 @@ enum GatewayPayloadDecoding {
|
||||
-> T?
|
||||
{
|
||||
guard let payload else { return nil }
|
||||
return try decode(payload, as: T.self)
|
||||
return try self.decode(payload, as: T.self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user