Moved traits into seperate module

This commit is contained in:
2023-04-14 21:53:52 +02:00
parent b7329b58ee
commit 1a9d99fed9
14 changed files with 61 additions and 45 deletions
+1
View File
@@ -11,3 +11,4 @@ pub mod light_sensor;
pub mod mqtt;
pub mod ntfy;
pub mod presence;
pub mod traits;