Skip to content

Instantly share code, notes, and snippets.

View chuckpearce's full-sized avatar

Chuck chuckpearce

View GitHub Profile
metadata {
// Automatically generated. Make future change here.
definition (name: "HomeSeer Multisensor", namespace: "smartthings", author: "SmartThings") {
capability "Motion Sensor"
capability "Temperature Measurement"
capability "Configuration"
capability "Illuminance Measurement"
capability "Sensor"
capability "Battery"
/** MODIFIED AEOTEC VERSION - NOT OFFICIAL
*
* Smart Alarm is a versatile and highly configurable home security
* for the SmartThings.
*
* Please visit <http://statusbits.github.io/smartalarm/> for more
* information.
*
* Version 2.2.6 (01/27/2015)
*
/**
* Aeon Siren
*
* Author: SmartThings
* Date: 2014-07-15
*
* Updated by Chuck Pearce to work with SmartAlarm changing sounds and volume
*/
metadata {
definition (name: "Aeon Siren - SmartAlarm", namespace: "chuck-pearce", author: "Chuck Pearce") {
metadata {
// Automatically generated. Make future change here.
definition (name: "HomeSeer Multisensor", namespace: "smartthings", author: "SmartThings") {
capability "Motion Sensor"
capability "Temperature Measurement"
capability "Configuration"
capability "Illuminance Measurement"
capability "Sensor"
capability "Battery"
/**
* Smart Alarm is a versatile and highly configurable home security
* for the SmartThings.
*
* Please visit <http://statusbits.github.io/smartalarm/> for more
* information.
*
* Version 2.2.6 (01/27/2015)
*
* The latest version of this file can be found on GitHub at:
/**
* User Lock Manager v3.4
*
* Copyright 2015 Erik Thayer
*
*/
definition(
name: "User Lock Manager",
namespace: "ethayer",
author: "Erik Thayer",
/**
* User Lock Manager v3.4
*
* Copyright 2015 Erik Thayer
*
*/
definition(
name: "User Lock Manager",
namespace: "ethayer",
author: "Erik Thayer",
Hello World!