From 4af884ad5029001ea8db27cd365557d3470d9a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=ED=9D=AC=EC=A7=84?= <2000050044@hanmail.net> Date: Tue, 8 Mar 2016 03:18:28 -0600 Subject: [PATCH] MSA-930: test --- devicetypes/-/-.src/-.groovy | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/devicetypes/-/-.src/-.groovy b/devicetypes/-/-.src/-.groovy index 7408a69..90f0938 100644 --- a/devicetypes/-/-.src/-.groovy +++ b/devicetypes/-/-.src/-.groovy @@ -1,5 +1,5 @@ /** - * 디바이스핸들러 + * 에너지미터 * * Copyright 2016 임희진 * @@ -14,9 +14,8 @@ * */ metadata { - definition (name: "디바이스핸들러", namespace: "디바이스핸들러", author: "임희진") { - capability "Smoke Detector" - capability "Sound Sensor" + definition (name: "에너지미터", namespace: "에너지미터", author: "임희진") { + capability "Energy Meter" } simulator { @@ -31,7 +30,6 @@ metadata { // parse events into attributes def parse(String description) { log.debug "Parsing '${description}'" - // TODO: handle 'smoke' attribute - // TODO: handle 'sound' attribute + // TODO: handle 'energy' attribute } \ No newline at end of file