section(getFormat("header","${getImage("Device", "45")}"+" Step 1: Select Your Button Device")){
section(getFormat("header","${getImage("Device", "45")}"+" Step 1: Select Your Inovelli Device")){
input"buttonDevice","capability.pushableButton",title:getFormat("section","Button Device"),description:"Tap to Select",multiple:false,required:true,submitOnChange:true
section("<img src=https://raw.githubusercontent.com/sgrayban/ABC-Button/master/apps/Inovelli-Scene-Creator/resources/Inovelli-Scene-App.png> User's Guide - Inovelli's Scene Creator"){
paragraph"This smartapp allows you to use a device with buttons\n\n"+
"It is a heavily modified version of @dalec's 'Button Controller Plus' which is in turn"+
" a version of @bravenel's 'Button Controller+'."
" a version of @stephack 'ABC Button Controller'."
}
section("Some of the included changes are:"){
paragraph"A complete revamp of the configuration flow. You can now tell at a glance, what has been configured for each button."+
...
...
@@ -111,8 +110,7 @@ private def textHelp() {
paragraph"The original apps were hardcoded to allow configuring 4 or 6 button devices."+
" This app will automatically detect the number of buttons on your device or allow you to manually"+
" specify (only needed if device does not report on its own)."
paragraph"Allows you to give your buton device full speaker control including: Play/Pause, NextTrack, Mute, VolumeUp/Down."+
"(***Standard Pico remotes can be converted to Audio Picos)\n\nThe additional control options have been highlighted below."
paragraph"Allows you to give your buton device full speaker control including: Play/Pause, NextTrack, Mute, VolumeUp/Down."
}
section("Available Control Options are:"){
paragraph" Switches - Turn On \n"+
...
...
@@ -152,17 +150,4 @@ private def textHelp() {
" Speech Notifications \n"+
" SMS Notifications"
}
section("** Quirk for HS-WD100+ on Button 5 & 6:"){
paragraph"Because a dimmer switch already uses Press&Hold to manually set the dimming level"+
" please be aware of this operational behavior. If you only want to manually change"+
" the dim level to the lights that are wired to the switch, you will automatically"+
" trigger the 5/6 button event as well. And the same is true in reverse. If you"+
" only want to trigger a 5/6 button event action with Press&Hold, you will be manually"+
" changing the dim level of the switch simultaneously as well.\n"+
"This quirk doesn't exist of course with the HS-HS100+ since it is not a dimmer."
}
section("*** Lutron Pico:"){
paragraph"There are 2 types of Pico configurations in HE:\n 1. The Standard Picos - with pushed events and held events (followed by released events).\n"+
" 2. The Fast Picos - with pushed events followed by released events (no held events)."