Skip to content

Instantly share code, notes, and snippets.

@dburman
dburman / speaker-notify-with-sound-broewery.groovy
Last active April 18, 2020 01:12
SmartThings SmartApp Speaker Notify with Broewery
/**
* Copyright 2015 dburman
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
@dburman
dburman / speaker-notify-with-sound-rapboard.groovy
Last active November 7, 2019 21:01
SmartThings SmartApp - Speaker Notify via therapboard.com Sounds
/**
* Copyright 2015 dburman
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License

Keybase proof

I hereby claim:

  • I am dburman on github.
  • I am dburman (https://keybase.io/dburman) on keybase.
  • I have a public key whose fingerprint is 5E7D DA3C A464 6326 D1CF 9921 C4CE 31D1 A1F8 D6F7

To claim this, I am signing this object:

/**
* Delayed Refresh
*
* Author: scott
* Date: 2013-11-11
*/
preferences {
section("Refresh this device") {
input "theSwitch", "capability.switch", multiple: false
}