Further adjustments to aura

This commit is contained in:
Luke D. Jones
2024-03-23 13:07:20 +13:00
parent 1c007b4216
commit 4b38e5daa6
3 changed files with 8 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ pub const fn aura_brightness_bytes(brightness: u8) -> [u8; 17] {
derive(Type, Value, OwnedValue),
zvariant(signature = "s")
)]
#[derive(Copy, Clone, PartialEq, Eq, Serialize, Deserialize, Default)]
#[derive(Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize, Default)]
pub enum AuraDevice {
Tuf = 0,
X1854 = 1,