feat: Adds SensorsService

This commit is contained in:
2024-11-08 23:52:01 -05:00
parent adc7fc1295
commit 48d51419d7
7 changed files with 348 additions and 74 deletions

View File

@@ -1,5 +1,7 @@
import Foundation
// TODO: Move to Models
/// Holds common settings for connecting to your MQTT broker. The default values can be used,
/// they can be loaded from the shell environment, or from a file located in the root directory.
///