From 0496b04608e566b689b0b57a156af63079301465 Mon Sep 17 00:00:00 2001 From: manuel83 Date: Mon, 28 Jan 2019 22:21:31 +0100 Subject: [PATCH] config fix --- .idea/workspace.xml | 1251 +++++++++++--------- cbpi/api/sensor.py | 7 +- cbpi/api/step.py | 10 +- cbpi/controller/actor_controller.py | 6 +- cbpi/controller/crud_controller.py | 15 +- cbpi/controller/kettle_controller.py | 6 +- cbpi/controller/sensor_controller.py | 5 +- cbpi/controller/step_controller.py | 20 +- cbpi/controller/system_controller.py | 52 +- cbpi/database/model.py | 2 + cbpi/database/orm_framework.py | 6 + cbpi/extension/dummylogic/__init__.py | 6 +- cbpi/extension/dummysensor/__init__.py | 9 +- cbpi/extension/dummystep/__init__.py | 21 +- cbpi/http_endpoints/http_curd_endpoints.py | 5 +- cbpi/http_endpoints/http_sensor.py | 40 +- cbpi/http_endpoints/http_step.py | 5 +- cbpi/utils/encoder.py | 3 +- craftbeerpi.db | Bin 53248 -> 53248 bytes tests/test_config.py | 2 +- tests/test_dashboard.py | 3 +- tests/test_index.py | 2 +- tests/test_kettle.py | 4 +- 23 files changed, 881 insertions(+), 599 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fb23ca5..56b176b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,25 +3,28 @@ - + + + + - - - - + + + - - + - + - - + + + +