We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fcee3 commit 7e32d2cCopy full SHA for 7e32d2c
docs/devices/plugins.mdx
@@ -356,6 +356,7 @@ auth: # basic authentication
356
insecure: false # set to true to trust self-signed certificates
357
jq: .data.tuples[0][1] # parse response json
358
scale: 0.001 # factor applied to result, e.g. for kW to W conversion
359
+cache: 60s # response cache duration
360
timeout: 10s # timeout in golang duration format,
361
# see https://golang.org/pkg/time/#ParseDuration
362
```
@@ -534,4 +535,4 @@ plugged:
534
535
charging:
536
source: mqtt
537
topic: openWB/lp/1/boolChargeStat
-```
538
+```
0 commit comments