Fixed MQTT and added PM2.5 trait to google assistant

This commit is contained in:
Ziver Koc 2023-08-21 02:44:12 +02:00
parent cfcebca5a0
commit 2d2a79470d
7 changed files with 119 additions and 28 deletions

View file

@ -18,7 +18,7 @@ subprojects {
apply plugin: 'java-library'
dependencies {
implementation 'se.koc:zutil:1.0.312'
implementation 'se.koc:zutil:1.0.313'
//implementation 'se.koc:zutil:1.0.0-SNAPSHOT'
testImplementation 'junit:junit:4.12'