diff --git a/smartapps/smartthings/sonos-control.src/sonos-control.groovy b/smartapps/smartthings/speaker-control.src/speaker-control.groovy similarity index 96% rename from smartapps/smartthings/sonos-control.src/sonos-control.groovy rename to smartapps/smartthings/speaker-control.src/speaker-control.groovy index 0c93665..66cd6bf 100644 --- a/smartapps/smartthings/sonos-control.src/sonos-control.groovy +++ b/smartapps/smartthings/speaker-control.src/speaker-control.groovy @@ -10,24 +10,24 @@ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License * for the specific language governing permissions and limitations under the License. * - * Sonos Control + * Speaker Control * * Author: SmartThings * * Date: 2013-12-10 */ definition( - name: "Sonos Control", + name: "Speaker Control", namespace: "smartthings", author: "SmartThings", - description: "Play or pause your Sonos when certain actions take place in your home.", + description: "Play or pause your Speaker when certain actions take place in your home.", category: "SmartThings Labs", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos@2x.png" ) preferences { - page(name: "mainPage", title: "Control your Sonos when something happens", install: true, uninstall: true) + page(name: "mainPage", title: "Control your Speaker when something happens", install: true, uninstall: true) page(name: "timeIntervalInput", title: "Only during a certain time") { section { input "starting", "time", title: "Starting", required: false @@ -81,7 +81,7 @@ def mainPage() { ] } section { - input "sonos", "capability.musicPlayer", title: "Sonos music player", required: true + input "sonos", "capability.musicPlayer", title: "Speaker music player", required: true } section("More options", hideable: true, hidden: true) { input "volume", "number", title: "Set the volume volume", description: "0-100%", required: false diff --git a/smartapps/smartthings/sonos-mood-music.src/sonos-mood-music.groovy b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy similarity index 97% rename from smartapps/smartthings/sonos-mood-music.src/sonos-mood-music.groovy rename to smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy index 8d013c2..9c47731 100644 --- a/smartapps/smartthings/sonos-mood-music.src/sonos-mood-music.groovy +++ b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy @@ -10,7 +10,7 @@ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License * for the specific language governing permissions and limitations under the License. * - * Sonos Mood Music + * Speaker Mood Music * * Author: SmartThings * Date: 2014-02-12 @@ -65,7 +65,7 @@ private saveSelectedSong() { } definition( - name: "Sonos Mood Music", + name: "Speaker Mood Music", namespace: "smartthings", author: "SmartThings", description: "Plays a selected song or station.", @@ -75,7 +75,7 @@ definition( ) preferences { - page(name: "mainPage", title: "Play a selected song or station on your Sonos when something happens", nextPage: "chooseTrack", uninstall: true) + page(name: "mainPage", title: "Play a selected song or station on your Speaker when something happens", nextPage: "chooseTrack", uninstall: true) page(name: "chooseTrack", title: "Select a song", install: true) page(name: "timeIntervalInput", title: "Only during a certain time") { section { @@ -125,7 +125,7 @@ def mainPage() { ifUnset "timeOfDay", "time", title: "At a Scheduled Time", required: false } section { - input "sonos", "capability.musicPlayer", title: "On this Sonos player", required: true + input "sonos", "capability.musicPlayer", title: "On this Speaker player", required: true } section("More options", hideable: true, hidden: true) { input "volume", "number", title: "Set the volume", description: "0-100%", required: false diff --git a/smartapps/smartthings/sonos-notify-with-sound.src/sonos-notify-with-sound.groovy b/smartapps/smartthings/speaker-notify-with-sound.src/speaker-notify-with-sound.groovy similarity index 97% rename from smartapps/smartthings/sonos-notify-with-sound.src/sonos-notify-with-sound.groovy rename to smartapps/smartthings/speaker-notify-with-sound.src/speaker-notify-with-sound.groovy index 0e4176c..b9511c6 100644 --- a/smartapps/smartthings/sonos-notify-with-sound.src/sonos-notify-with-sound.groovy +++ b/smartapps/smartthings/speaker-notify-with-sound.src/speaker-notify-with-sound.groovy @@ -10,23 +10,23 @@ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License * for the specific language governing permissions and limitations under the License. * - * Sonos Custom Message + * Speaker Custom Message * * Author: SmartThings * Date: 2014-1-29 */ definition( - name: "Sonos Notify with Sound", + name: "Speaker Notify with Sound", namespace: "smartthings", author: "SmartThings", - description: "Play a sound or custom message through your Sonos when the mode changes or other events occur.", + description: "Play a sound or custom message through your Speaker when the mode changes or other events occur.", category: "SmartThings Labs", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos@2x.png" ) preferences { - page(name: "mainPage", title: "Play a message on your Sonos when something happens", install: true, uninstall: true) + page(name: "mainPage", title: "Play a message on your Speaker when something happens", install: true, uninstall: true) page(name: "chooseTrack", title: "Select a song or station") page(name: "timeIntervalInput", title: "Only during a certain time") { section { @@ -92,7 +92,7 @@ def mainPage() { input "message","text",title:"Play this message", required:false, multiple: false } section { - input "sonos", "capability.musicPlayer", title: "On this Sonos player", required: true + input "sonos", "capability.musicPlayer", title: "On this Speaker player", required: true } section("More options", hideable: true, hidden: true) { input "resumePlaying", "bool", title: "Resume currently playing music after notification", required: false, defaultValue: true diff --git a/smartapps/smartthings/sonos-weather-forecast.src/sonos-weather-forecast.groovy b/smartapps/smartthings/speaker-weather-forecast.src/speaker-weather-forecast.groovy similarity index 97% rename from smartapps/smartthings/sonos-weather-forecast.src/sonos-weather-forecast.groovy rename to smartapps/smartthings/speaker-weather-forecast.src/speaker-weather-forecast.groovy index a730729..bb3bc41 100644 --- a/smartapps/smartthings/sonos-weather-forecast.src/sonos-weather-forecast.groovy +++ b/smartapps/smartthings/speaker-weather-forecast.src/speaker-weather-forecast.groovy @@ -10,23 +10,23 @@ * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License * for the specific language governing permissions and limitations under the License. * - * Sonos Weather Forecast + * Speaker Weather Forecast * * Author: SmartThings * Date: 2014-1-29 */ definition( - name: "Sonos Weather Forecast", + name: "Speaker Weather Forecast", namespace: "smartthings", author: "SmartThings", - description: "Play a weather report through your Sonos when the mode changes or other events occur", + description: "Play a weather report through your Speaker when the mode changes or other events occur", category: "SmartThings Labs", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos@2x.png" ) preferences { - page(name: "mainPage", title: "Play the weather report on your sonos", install: true, uninstall: true) + page(name: "mainPage", title: "Play the weather report on your speaker", install: true, uninstall: true) page(name: "chooseTrack", title: "Select a song or station") page(name: "timeIntervalInput", title: "Only during a certain time") { section { @@ -85,7 +85,7 @@ def mainPage() { ) } section { - input "sonos", "capability.musicPlayer", title: "On this Sonos player", required: true + input "sonos", "capability.musicPlayer", title: "On this Speaker player", required: true } section("More options", hideable: true, hidden: true) { input "resumePlaying", "bool", title: "Resume currently playing music after weather report finishes", required: false, defaultValue: true