MSA-930: test

This commit is contained in:
임희진
2016-03-08 03:18:28 -06:00
parent b98d795193
commit 4af884ad50

View File

@@ -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
} }