doc
This commit is contained in:
139
doc/homegear.json
Normal file
139
doc/homegear.json
Normal file
@ -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": {}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user