mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 22:21:54 +01:00
a37cceab67
* mavenize openHAB and integrate mavenized ESH repository Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
23 lines
955 B
Plaintext
23 lines
955 B
Plaintext
Group:Switch:OR(ON,OFF) DemoSwitchGroup [ "home-group" ]
|
|
|
|
Switch DemoSwitch (DemoSwitchGroup)
|
|
Dimmer DemoDimmer (DemoSwitchGroup)
|
|
Rollershutter DemoRollershutter
|
|
Color DemoColor (DemoSwitchGroup)
|
|
DateTime DemoDateTime
|
|
Location DemoLocation
|
|
String DemoString
|
|
Contact DemoContact
|
|
Number DemoNumber
|
|
Image DemoImage
|
|
|
|
Color MagicColor { channel="magic:color-light:magicColor:color" }
|
|
Switch MagicOnOff { channel="magic:onoff-light:magicOnOff:switch" }
|
|
Dimmer MagicDimmer { channel="magic:dimmable-light:magicDimmer:brightness" }
|
|
|
|
Group Weather "Weather Information"
|
|
|
|
Number:Temperature Weather_Temperature "Outside Temperature [%.1f °C]" <temperature> (Weather) { channel="yahooweather:weather:berlin:temperature" }
|
|
Number:Pressure Weather_Pressure "Pressure [%.1f %unit%]" (Weather) { channel="yahooweather:weather:berlin:pressure" }
|
|
Number:Dimensionless Weather_Humidity "Humidity [%.1f %unit%]" (Weather) { channel="yahooweather:weather:berlin:humidity" }
|