u
This commit is contained in:
@@ -78,8 +78,7 @@ rshift() {
|
||||
echo "{morning, day, evening, night, bedtime}"
|
||||
elif [ ${cmd} == "morning" ] ; then
|
||||
temperature=4500
|
||||
elif [ ${cmd} == "day" ] ; then
|
||||
# 6500 is default temperatature
|
||||
elif [ ${cmd} == "day" ] || [ ${cmd} == "normal" ] || [ ${cmd} == "default" ] ; then
|
||||
temperature=6500
|
||||
elif [ ${cmd} == "evening" ] ; then
|
||||
temperature=3500
|
||||
|
||||
Reference in New Issue
Block a user