ntfy notifications are now send through a channel, allowing notifications to be send from other places in the program
This commit is contained in:
@@ -87,7 +87,7 @@ pub struct LightSensorConfig {
|
||||
pub max: isize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct Flags {
|
||||
pub presence: isize,
|
||||
pub darkness: isize,
|
||||
|
||||
Reference in New Issue
Block a user