Added OnPresence trait that allows devices to act on changes in presence

This commit is contained in:
2022-12-29 00:24:00 +01:00
parent 8dc3fd42e7
commit 924b3cf862
9 changed files with 145 additions and 18 deletions
+1
View File
@@ -2,3 +2,4 @@
pub mod devices;
pub mod mqtt;
pub mod config;
pub mod presence;