feat(discovery): bonjour beacons + bridge presence
This commit is contained in:
@@ -106,7 +106,7 @@ final class CronJobsStore: ObservableObject {
|
||||
_ = try await self.request(
|
||||
method: "cron.run",
|
||||
params: ["id": id, "mode": force ? "force" : "due"],
|
||||
timeoutMs: 20_000)
|
||||
timeoutMs: 20000)
|
||||
} catch {
|
||||
self.lastError = error.localizedDescription
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user