From d0b751a0d42cc55b3592c471e2a6d5798f7f9307 Mon Sep 17 00:00:00 2001 From: manuel83 Date: Tue, 8 Jan 2019 23:31:39 +0100 Subject: [PATCH] json dump for Actor and Sensor added --- .idea/workspace.xml | 526 +++++++++++++++++------- cbpi/api/actor.py | 2 +- cbpi/api/sensor.py | 6 +- cbpi/extension/dummyactor/__init__.py | 4 +- cbpi/extension/dummysensor/__init__.py | 9 +- cbpi/http_endpoints/http_translation.py | 34 ++ cbpi/utils/encoder.py | 19 +- docs_src/source/install.rst | 2 +- 8 files changed, 437 insertions(+), 165 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a7e3aef..c7d9acf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,13 @@ - + + + + + + -