Skip to content

Commit

Permalink
denon_x311_volume: Fix the name (It's AVR not AV)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Dec 4, 2010
1 parent afded40 commit f4babca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denon_x311_volume/denon_x311_volume
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

BEGIN {
if (ARGV[1] == "config") {
print "graph_title Denon AV4311 Volume"
print "graph_title Denon AVR-4311 Volume"
print "graph_category funkytown"
print "volume.label Volume"
print "volume.type GAUGE"
Expand All @@ -44,7 +44,7 @@ BEGIN {
}
Service="/inet/tcp/0/" ip "/23"

# The AV4311 uses just a \r as line/record separator (annoying as
# The AVR-4311 uses just a \r as line/record separator (annoying as
# heck).
RS="\r"

Expand Down

0 comments on commit f4babca

Please sign in to comment.