Skip to content

Instantly share code, notes, and snippets.

metadata {
// Automatically generated. Make future change here.
definition (name: "Fan Controller", namespace: "Fan", author: "Craig L.") {
capability "Switch Level"
capability "Actuator"
capability "Indicator"
capability "Switch"
capability "Polling"
capability "Refresh"
capability "Sensor"
/**
* Mode Automation
*
* Copyright 2014 craig Lyons
*
* I do not authorize this code, in whole or subsections, to be used within any application that will later be sold or distrubuted before, after, or during
* an exchanging of money.
*
* 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:
@lyons189
lyons189 / ADT App
Last active November 2, 2016 19:06
These 3 files are used to get ADT integration working
/**
* ADT Device Handler
*
* Copyright 2014 craig Lyons
*
* 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
*