diff options
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ def api_info(): [ip]/api/on returns True if the heating is off and False if it is off """ - + return msg @app.route("/api/current_temperature") def api_current_temperature(): |
