From 864538f188c3058193a4a24a09e3555d16ba7425 Mon Sep 17 00:00:00 2001 From: brindosch Date: Sun, 30 Oct 2016 17:54:38 +0100 Subject: [PATCH] Effects Configurator (#281) * update translation * add css * Update JsonClientConnection.cpp * add effectscreator * remove udp * fix title c/p issue for sparks [skip ci] * update schemas [skip ci] * typo [skpi ci] --- .../content/effects_configurator.html | 34 ++++++++++ assets/webconfig/index.html | 29 +++++---- .../js/content_effectsconfigurator.js | 53 ++++++++++++++++ assets/webconfig/js/content_index.js | 1 + assets/webconfig/js/hyperion.js | 6 ++ assets/webconfig/js/ui_utils.js | 1 + assets/webconfig/lang/de.json | 6 ++ effects/schema/fade.schema.json | 4 +- effects/schema/knight-rider.schema.json | 2 +- effects/schema/mood-blobs.schema.json | 2 +- effects/schema/police.schema.json | 4 +- effects/schema/shutdown.schema.json | 4 +- effects/schema/snake.schema.json | 2 +- effects/schema/sparks.schema.json | 8 +-- effects/schema/strobe.schema.json | 2 +- effects/schema/udp.schema.json | 22 ------- effects/udp-mcast.json | 9 --- effects/udp.json | 8 --- effects/udp.py | 63 ------------------- libsrc/jsonserver/JsonClientConnection.cpp | 8 +-- 20 files changed, 135 insertions(+), 133 deletions(-) create mode 100644 assets/webconfig/content/effects_configurator.html create mode 100644 assets/webconfig/js/content_effectsconfigurator.js delete mode 100644 effects/schema/udp.schema.json delete mode 100644 effects/udp-mcast.json delete mode 100644 effects/udp.json delete mode 100644 effects/udp.py diff --git a/assets/webconfig/content/effects_configurator.html b/assets/webconfig/content/effects_configurator.html new file mode 100644 index 00000000..a98e43b9 --- /dev/null +++ b/assets/webconfig/content/effects_configurator.html @@ -0,0 +1,34 @@ +
+
+
+

Effects Configurator

+
+

Create out of the base effects new effects that are tuned to your liking. Depending on Effect there are options like color, speed, direction and more available.

+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+
+ + + diff --git a/assets/webconfig/index.html b/assets/webconfig/index.html index 4f479a27..0c54f55d 100644 --- a/assets/webconfig/index.html +++ b/assets/webconfig/index.html @@ -120,8 +120,6 @@ - -
  • Remote Control
  • +
  • Effects Configurator
  • Support
  • System @@ -235,8 +234,8 @@
    @@ -248,17 +247,21 @@ -