We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47df0e2 commit 1fd03c0Copy full SHA for 1fd03c0
src/api/types.rs
@@ -30,7 +30,7 @@ pub struct PriorityInfo {
30
pub origin: String,
31
pub active: bool,
32
pub visible: bool,
33
- #[serde(rename = "RGB", skip_serializing_if = "Option::is_none")]
+ #[serde(skip_serializing_if = "Option::is_none")]
34
pub value: Option<LedColor>,
35
}
36
0 commit comments