Skip to content

Commit 68b3581

Browse files
committed
Limit SUB ranges to avoid damages
1 parent cb97844 commit 68b3581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,10 @@ Turn off sub
692692
Turn on sub
693693

694694
`/TV%20Room/sub/gain/3`
695-
Adjust gain, -15 to 15.
695+
Adjust gain, -15 to 15. You can make bigger adjustments, but I'm limiting it for now because it might damage the SUB.
696696

697697
`/TV%20Room/sub/crossover/90`
698-
adjust crossover frequency in hz. Official values are 50 through 110 in increments of 10. Use other values at your own risk!
698+
adjust crossover frequency in hz. Official values are 50 through 110 in increments of 10. Use other values at your own risk! My SUB gave a loud bang and shut down when setting this to high, and I thought I broke it. However, a restart woke it up again.
699699

700700
`/TV%20Room/sub/polarity/1`
701701
Switch "placement adjustment" or more commonly known as phase. 0 = 0°, 1 = 180°

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"json5": "^0.5.1",
1919
"node-static": "~0.7.0",
2020
"request-promise": "~1.0.2",
21-
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.3.0.tar.gz"
21+
"sonos-discovery": "https://github.com/jishi/node-sonos-discovery/archive/v1.3.1.tar.gz"
2222
},
2323
"engines": {
2424
"node": ">=4.0.0",

0 commit comments

Comments
 (0)