We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c552a commit 3bd7451Copy full SHA for 3bd7451
plugins/status.py
@@ -18,7 +18,7 @@ def on_msg(self, bot, user_nick, host, channel, message):
18
bot.send_message(channel, bot.translate("status_error"), user_nick)
19
else:
20
noise = str(msg['sound'])
21
- temp = str(msg['temp'])
+ temp = str(msg['temperature'])
22
light = str(msg['light'])
23
hosts = str(msg['online'])
24
door = str(msg['door'])
0 commit comments