From 8ac9ddd2cbc9cf454eae066e5e60d05ee714a83e Mon Sep 17 00:00:00 2001 From: diogo464 Date: Mon, 8 Dec 2025 20:49:23 +0000 Subject: formatting and improved timeout handling --- src/entity_switch.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/entity_switch.rs') diff --git a/src/entity_switch.rs b/src/entity_switch.rs index 1cb3647..299d299 100644 --- a/src/entity_switch.rs +++ b/src/entity_switch.rs @@ -1,4 +1,6 @@ -use crate::{BinaryState, Entity, EntityCommonConfig, EntityConfig, SwitchCommand, SwitchState, constants}; +use crate::{ + BinaryState, Entity, EntityCommonConfig, EntityConfig, SwitchCommand, SwitchState, constants, +}; #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)] pub enum SwitchClass { -- cgit