diff --git a/.idea/libraries/json.xml b/.idea/libraries/json.xml
new file mode 100644
index 0000000..0ae7dc6
--- /dev/null
+++ b/.idea/libraries/json.xml
@@ -0,0 +1,10 @@
+ You are logged in as ${uname}. To log out, click here.
- The current recorded temperature is currently ${String.format("%.1f",GlobalDataStore.temperature)} C
+ The current recorded temperature is currently ${String.format("%.1f", GlobalDataStore.temperature)} C
+ Welcome to HeatControl
+ Last updated ${GlobalDataStore.tempUpdated}
+ Current forecast for today: ${if (GlobalDataStore.isSunny) "sunny" else "cloudy"}
+ PID values
+
+
+
+ P:
+ I:
+ D: