feat(discovery): bonjour beacons + bridge presence

This commit is contained in:
Peter Steinberger
2025-12-13 04:28:12 +00:00
parent 3ee0e041fa
commit 1f37d94f9e
49 changed files with 1182 additions and 320 deletions

View File

@@ -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)
}
}