This commit is contained in:
committer
2024-05-26 15:18:47 -05:00
parent aef15f05f6
commit 63bf78f0b9

View File

@@ -78,8 +78,7 @@ rshift() {
echo "{morning, day, evening, night, bedtime}" echo "{morning, day, evening, night, bedtime}"
elif [ ${cmd} == "morning" ] ; then elif [ ${cmd} == "morning" ] ; then
temperature=4500 temperature=4500
elif [ ${cmd} == "day" ] ; then elif [ ${cmd} == "day" ] || [ ${cmd} == "normal" ] || [ ${cmd} == "default" ] ; then
# 6500 is default temperatature
temperature=6500 temperature=6500
elif [ ${cmd} == "evening" ] ; then elif [ ${cmd} == "evening" ] ; then
temperature=3500 temperature=3500