From 153b8570e4603825814fe3dfc9385b3a23a5b022 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 9 Jan 2018 21:38:30 +0100 Subject: [PATCH] doc --- doc/homegear.json | 139 ++++++++++++++++++ .../homematic-homegear.txt | 0 m433-codes.txt => doc/m433-codes.txt | 0 3 files changed, 139 insertions(+) create mode 100644 doc/homegear.json rename homematic-homegear.txt => doc/homematic-homegear.txt (100%) rename m433-codes.txt => doc/m433-codes.txt (100%) diff --git a/doc/homegear.json b/doc/homegear.json new file mode 100644 index 0000000..5df1b07 --- /dev/null +++ b/doc/homegear.json @@ -0,0 +1,139 @@ +{ + "annaAquariumLight": { + "id": "annaAquariumLight", + "name": "Aquarium Anna", + "service": "Lightbulb", + "topic": { + "setOn": "nodered/items/annaAquariumLight", + "statusOn": "nodered/items/annaAquariumLight/feedback" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": "", + "hueFactor": "", + "saturationFactor": "" + }, + "config": {} + }, + "thermostatBathroomGnd": { + "id": "thermostatBathroomGnd", + "name": "Thermostat Badezimmer EG", + "service": "Thermostat", + "topic": { + "setTargetTemperature": "nodered/items/thermostatBathroomGnd/set", + "statusTargetTemperature": "nodered/items/thermostatBathroomGnd" + }, + "payload": {}, + "config": {} + }, + "thermostatBathroom1st": { + "id": "thermostatBathroom1st", + "name": "Thermostat Badezimmer OG", + "service": "Thermostat", + "topic": { + "setTargetTemperature": "nodered/items/thermostatBathroom1st/set", + "statusTargetTemperature": "nodered/items/thermostatBathroom1st" + }, + "payload": {}, + "config": {} + }, + "shelfLightsDiningRoom": { + "id": "shelfLightsDiningRoom", + "name": "Regallicht Esszimmer", + "service": "Lightbulb", + "topic": { + "setOn": "nodered/items/shelfLightsDiningRoom", + "statusOn": "nodered/items/shelfLightsDiningRoom/feedback" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": null, + "hueFactor": null, + "saturationFactor": null + }, + "config": {} + }, + "matthiasStandLight": { + "id": "matthiasStandLight", + "name": "Stehlampen Matthias", + "service": "Lightbulb", + "topic": { + "setOn": "nodered/items/matthiasLargeStandLights" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": null, + "hueFactor": null, + "saturationFactor": null + }, + "config": {} + }, + "matthiasBedLight": { + "id": "matthiasBedLight", + "name": "Bettlampe Matthias", + "service": "Lightbulb", + "topic": { + "setOn": "nodered/items/matthiasBedLight" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": null, + "hueFactor": null, + "saturationFactor": null + }, + "config": {} + }, + "matthiasBedSpeaker": { + "id": "matthiasBedSpeaker", + "name": "Lautsprecher Matthias", + "service": "Outlet", + "topic": { + "setOn": "nodered/items/matthiasBedSpeaker" + }, + "payload": { + "onFalse": "ON", + "onTrue": "OFF" + }, + "config": {} + }, + "cupboardLightDiningRoom": { + "id": "cupboardLightDiningRoom", + "name": "Licht im Schrank Esszimmer", + "service": "Lightbulb", + "topic": { + "setOn": "nodered/items/cupboardLightDiningRoom", + "statusOn": "nodered/items/cupboardLightDiningRoom/feedback" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": null, + "hueFactor": null, + "saturationFactor": null + }, + "config": {} + }, + "TestLight": { + "id": "TestLight", + "name": "Testlicht", + "service": "Lightbulb", + "topic": { + "setOn": "dispatcher_ng/items/Gnd/Hallway/Testlight/state", + "statusOn": "dispatcher_ng/items/Gnd/Hallway/Testlight/state/feedback", + "setBrightness": "dispatcher_ng/items/Gnd/Hallway/Testlight/bright", + "statusBrightness": "dispatcher_ng/items/Gnd/Hallway/Testlight/bright/feedback" + }, + "payload": { + "onTrue": "ON", + "onFalse": "OFF", + "brightnessFactor": 1, + "hueFactor": "", + "saturationFactor": "" + }, + "config": {} + } +} \ No newline at end of file diff --git a/homematic-homegear.txt b/doc/homematic-homegear.txt similarity index 100% rename from homematic-homegear.txt rename to doc/homematic-homegear.txt diff --git a/m433-codes.txt b/doc/m433-codes.txt similarity index 100% rename from m433-codes.txt rename to doc/m433-codes.txt