Skip to content

Commit

Permalink
[hyperion] add all default effects to example (#8135)
Browse files Browse the repository at this point in the history
signed-off-by: Marcel Idler <[email protected]>
  • Loading branch information
m-idler authored Jul 16, 2020
1 parent 15645c5 commit 1df94cd
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion bundles/org.openhab.binding.hyperion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,32 @@ sitemap demo label="Main Menu" {
// serverV1 & serverNG
Slider item=Brightness
Colorpicker item=MyColor
Selection item=Effect mappings=['Knight rider'='Knight rider', 'Red mood blobs'='Red mood blobs']
Selection item=Effect mappings=[
'Cinema brighten lights'='Cinema brighten lights',
'Cinema dim lights'='Cinema dim lights',
'Knight rider'='Knight rider',
'Blue mood blobs'='Blue mood blobs',
'Cold mood blobs'='Cold mood blobs',
'Full color mood blobs'='Full color mood blobs',
'Green mood blobs'='Green mood blobs',
'Red mood blobs'='Red mood blobs',
'Warm mood blobs'='Warm mood blobs',
'Police Lights Single'='Police Lights Single',
'Police Lights Solid'='Police Lights Solid',
'Rainbow mood'='Rainbow mood',
'Rainbow swirl fast'='Rainbow swirl fast',
'Rainbow swirl'='Rainbow swirl',
'Running dots'='Running dots',
'System Shutdown'='System Shutdown',
'Snake'='Snake',
'Sparks Color'='Sparks Color',
'Sparks'='Sparks',
'Strobe blue'='Strobe blue',
'Strobe Raspbmc'='Strobe Raspbmc',
'Strobe white'='Strobe white',
'Color traces'='Color traces',
'X-Mas'='X-Mas'
]
Switch item=Clear mappings=[50="Clear"]
// only serverNG
Expand Down

0 comments on commit 1df94cd

Please sign in to comment.