From 838b5c263d58723d03ce09ebf3492eb3e8aa8e51 Mon Sep 17 00:00:00 2001 From: codey Date: Fri, 22 Nov 2024 01:31:36 +0000 Subject: [PATCH] Create Temperature --- Temperature.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Temperature.md diff --git a/Temperature.md b/Temperature.md new file mode 100644 index 0000000..253bf24 --- /dev/null +++ b/Temperature.md @@ -0,0 +1,19 @@ +# temperature + +##### Access: Public\* +----- + +This command is used to display the current temperature\**, or to set the thermostat to a more suitable temperature. + +\* The ability to retrieve the temperature is public, while only bot owners may adjust the thermostat. + +\** The bot/plugin will set a random temperature between 20-29°C when initialized (bot restart, plugin reload). The temperature is not *currently* stored/persistent. + +----- + +Usage: `/temperature [new temperature]` or `.temperature [new temperature]` + +*`new temperature` is optional, and may only be used by bot owners as described above to adjust the thermostat. + +Temperatures are expected in °C, and the bot currently insists that the temperature not be set lower than -15°C or higher than 35°C. +