Add logging options for plugin

This commit is contained in:
linus
2025-07-12 17:45:25 +02:00
parent f5a1e48e26
commit ae5e3074ed
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -21,6 +21,7 @@ options:
port: "auto_port" port: "auto_port"
username: "auto_user" username: "auto_user"
password: "auto_password" password: "auto_password"
logging: false
volvoData: volvoData:
username: null username: null
password: null password: null
@@ -38,6 +39,7 @@ schema:
port: str port: str
username: str? username: str?
password: str? password: str?
logging: bool
volvoData: volvoData:
username: match(^([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)|(\+\d{5,20})$) username: match(^([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)|(\+\d{5,20})$)
password: str password: str
+2 -1
View File
@@ -8,7 +8,8 @@
"broker": "", "broker": "",
"port": 1883, "port": 1883,
"username": "", "username": "",
"password": "" "password": "",
"logging": false
}, },
"volvoData": { "volvoData": {
"username": "", "username": "",