Introduced MQTT detectors to autodetect MQTT devices

This commit is contained in:
Ziver Koc 2024-09-04 02:58:44 +02:00
parent e4707c2493
commit b7ee6b16dc
21 changed files with 714 additions and 108 deletions

View file

@ -1,3 +1,5 @@
dependencies {
implementation project(':hal-core')
testImplementation project(path: ':hal-core', configuration: 'testClasses')
}