Skip to content

Commit edec433

Browse files
committed
compat: new tmd is now supported in mood-sequence
1 parent 5327008 commit edec433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lampe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# lampe by André Klausnitzer, CC0
33
# interactive bash script to control your Philips Hue lights
44

5-
version="1.1.6"
5+
version="1.1.7"
66

77
# XXX not used
88
readKey() {
@@ -17,7 +17,7 @@ readKey() {
1717

1818
# defaults: can be redefined in ~/.lamperc
1919
declare _SELECTED_LAMP=1
20-
tmdCsvFile="$HOME/public_html/tm/tm_720.csv"
20+
tmdCsvFile="$HOME/public_html/tm/tm_1.csv"
2121

2222
checkKey() {
2323
case $1 in

0 commit comments

Comments
 (0)