mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 11:19:52 +02:00
Add logging options for plugin
This commit is contained in:
@@ -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
@@ -8,7 +8,8 @@
|
|||||||
"broker": "",
|
"broker": "",
|
||||||
"port": 1883,
|
"port": 1883,
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": ""
|
"password": "",
|
||||||
|
"logging": false
|
||||||
},
|
},
|
||||||
"volvoData": {
|
"volvoData": {
|
||||||
"username": "",
|
"username": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user