mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix switchbotmeter plugin to display deviceid at graph title
This commit is contained in:
parent
8f18f1f8bb
commit
c21acdf249
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ autoconf() {
|
||||||
|
|
||||||
config() {
|
config() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
graph_title SwitchBot Meter
|
graph_title SwitchBot Meter ${deviceid}
|
||||||
graph_category sensors
|
graph_category sensors
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_vlabel Temp ${tempunit} / Humid %
|
graph_vlabel Temp ${tempunit} / Humid %
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue