Removed duplicate OnMqtt entry

This commit is contained in:
2024-12-07 22:33:52 +01:00
parent e9f080ef19
commit 42f391cde6

View File

@@ -139,7 +139,6 @@ pub trait Device:
+ Send
+ Cast<dyn google_home::Device>
+ Cast<dyn OnMqtt>
+ Cast<dyn OnMqtt>
+ Cast<dyn OnPresence>
+ Cast<dyn OnDarkness>
+ Cast<dyn OnNotification>