mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 06:01:53 +01:00
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" }
|