feat: added StandbyOccurred field

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-07-08 09:40:06 +02:00
parent a7482612ed
commit bf3bb5b173
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -38,6 +38,7 @@ pub struct Status {
pub upgrade_occurred: bool, pub upgrade_occurred: bool,
pub reset_occurred: bool, pub reset_occurred: bool,
pub restore_occurred: bool, pub restore_occurred: bool,
pub standby_occurred: bool,
#[serde(rename(deserialize = "X_SOFTATHOME-COM_AdditionalSoftwareVersions"))] #[serde(rename(deserialize = "X_SOFTATHOME-COM_AdditionalSoftwareVersions"))]
pub softathome_additional_software_versions: String, pub softathome_additional_software_versions: String,
#[serde(rename(deserialize = "BaseMAC"))] #[serde(rename(deserialize = "BaseMAC"))]