Code by Scott שאול בן ישוע
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sha'ul ben Yeshua
Inovelli Scene Creator
Commits
067834f3
Verified
Commit
067834f3
authored
Jan 23, 2020
by
Sha'ul ben Yeshua
🎗
Browse files
updated image locations
parent
69833f5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
apps/Inovelli-Scene-Creator/Inovelli-Scene-Creator-Child.groovy
View file @
067834f3
...
...
@@ -22,9 +22,9 @@ definition(
description:
"Create Scenes for your Inovelli Devices"
,
category:
"My Apps"
,
parent:
"Inovelli:Inovelli Scene Creator"
,
iconUrl:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconX2Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconX3Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconUrl:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
iconX2Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
iconX3Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
)
preferences
{
...
...
@@ -42,7 +42,7 @@ def chooseButton() {
state
.
details
=
getPrefDetails
()
dynamicPage
(
name:
"chooseButton"
,
install:
true
,
uninstall:
true
)
{
section
(){
def
appHead
=
"<img src=https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png> \n${checkForUpdate()}"
def
appHead
=
"<img src=https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png> \n${checkForUpdate()}"
paragraph
"<div style='text-align:center'>${appHead}</div>"
}
section
(
getFormat
(
"header"
,
"${getImage("
Device
", "
45
")}"
+
" Step 1: Select Your Inovelli Device"
))
{
...
...
apps/Inovelli-Scene-Creator/Inovelli-Scene-Creator.groovy
View file @
067834f3
...
...
@@ -17,9 +17,9 @@ definition(
author:
"Scott Grayban"
,
description:
"Configure scenes for your Inovelli button devices."
,
category:
"My Apps"
,
iconUrl:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconX2Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconX3Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png"
,
iconUrl:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
iconX2Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
iconX3Url:
"https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png"
,
)
preferences
{
...
...
@@ -40,7 +40,7 @@ def mainPage() {
childVer
=
childApps
.
first
().
version
()
}
section
(){
def
appHead
=
"<img src=https://raw.githubusercontent.com/sgrayban/ABC-Button/master/
apps/Inovelli-Scene-Creator/
resources/Inovelli-Scene-App.png> \n${checkForUpdate()}"
def
appHead
=
"<img src=https://raw.githubusercontent.com/sgrayban/ABC-Button/master/resourc
es/imag
es/Inovelli-Scene-App.png> \n${checkForUpdate()}"
paragraph
"<div style='text-align:center'>${appHead}</div>"
}
section
(
"Create a new Inovelli Scene."
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment