Add request model for GET tagged schedule

This commit is contained in:
Tobias Reisinger 2024-05-06 16:28:10 +02:00
parent 228b366320
commit b14049b3f6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -28,6 +28,11 @@ pub struct RequestRelayUpdate {
pub tags: Option<Vec<String>>,
}
#[derive(Debug, Deserialize)]
pub struct RequestScheduleGetTagged {
pub strict: Option<bool>,
}
#[derive(Debug, Serialize, Deserialize)]
pub struct RequestRelayPulse {
pub duration: Option<u32>,