Ejemplo n.º 1
0
 public ScheduledApp(IHaContext ha, INetDaemonScheduler scheduler)
 {
     scheduler.RunAt(new DateTime(2021, 11, 03, 9, 27, 0), () =>
     {
         //  ha.CallService("notify", "persistent_notification", data: new { message = "Another scheduled message", title = "Scheduled message!" });
     });
 }