mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-13 06:13:07 +01:00
MSA-930: test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* 디바이스핸들러
|
* 에너지미터
|
||||||
*
|
*
|
||||||
* Copyright 2016 임희진
|
* Copyright 2016 임희진
|
||||||
*
|
*
|
||||||
@@ -14,9 +14,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
metadata {
|
metadata {
|
||||||
definition (name: "디바이스핸들러", namespace: "디바이스핸들러", author: "임희진") {
|
definition (name: "에너지미터", namespace: "에너지미터", author: "임희진") {
|
||||||
capability "Smoke Detector"
|
capability "Energy Meter"
|
||||||
capability "Sound Sensor"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
simulator {
|
simulator {
|
||||||
@@ -31,7 +30,6 @@ metadata {
|
|||||||
// parse events into attributes
|
// parse events into attributes
|
||||||
def parse(String description) {
|
def parse(String description) {
|
||||||
log.debug "Parsing '${description}'"
|
log.debug "Parsing '${description}'"
|
||||||
// TODO: handle 'smoke' attribute
|
// TODO: handle 'energy' attribute
|
||||||
// TODO: handle 'sound' attribute
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user