chuckles
(Chuckles)
February 27, 2016, 8:34am
102
FYI - the “shared apps” part of the IDE has changed, so I’ve posted the code for the “Sonos Delayed Notified with Sound” smartapp back on the original thread where the need arose:
The IDE shared apps area has changed, presumably as part of the whole app publication process which has been slowly evolving.
Here is the code in question:
/**
* Sonos Custom Message
*
* Author: SmartThings
* Date: 2014-1-29
*
* Modified: Chuckles
* Added configurable delay before playing sound
* Date: 2014-10-25
*/
definition(
name: "Sonos Delayed Notify with Sound",
namespace: "chuckles",
author: "SmartThings",
description: "Play a sound or custom message through your Sonos when the mode changes or other events occur and a specified delay period has elapsed.",
category: "SmartThings Labs",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos.png",
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/sonos@…
1 Like