Add request model for GET tagged schedule
This commit is contained in:
parent
228b366320
commit
b14049b3f6
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ pub struct RequestRelayUpdate {
|
||||||
pub tags: Option<Vec<String>>,
|
pub tags: Option<Vec<String>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Deserialize)]
|
||||||
|
pub struct RequestScheduleGetTagged {
|
||||||
|
pub strict: Option<bool>,
|
||||||
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
pub struct RequestRelayPulse {
|
pub struct RequestRelayPulse {
|
||||||
pub duration: Option<u32>,
|
pub duration: Option<u32>,
|
||||||
|
|
Loading…
Reference in a new issue