Made OutletType copy

This commit is contained in:
2023-04-12 03:41:20 +02:00
parent d5c4b84d79
commit 6ed2d251f6

View File

@@ -126,7 +126,7 @@ pub struct MqttDeviceConfig {
pub topic: String,
}
#[derive(Debug, Clone, Deserialize, PartialEq, Eq)]
#[derive(Debug, Clone, Deserialize, PartialEq, Eq, Copy)]
pub enum OutletType {
Outlet,
Kettle,