Skip to content

Commit

Permalink
Update fireplace.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
riksarchen authored Feb 1, 2017
1 parent 0110f61 commit 3378066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireplace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (devicechanged[tempKamin]) then
if (KaminTrigger == 1) then
commandArray['SendNotification']='Kaminen håller på att slockna!#Dags att lägga in mer ved.#0'
b.setVar(usrKaminTrigger, 0, 0)
print("Kaminens temperatur har sjunkit med "..vKaminLastTemp - kaminTemp.."c. Dags att lägga i mer ved.")
print("Kaminens temperatur har sjunkit med "..vKaminLastTemp - kaminTemp.."c, skickar notis.")
end
b.setVar(usrKaminLastTemp, kaminTemp , 1)
end
Expand Down

0 comments on commit 3378066

Please sign in to comment.