mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-16 21:03:28 +00:00
MSA-930: test
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user