Compare commits

..

3 Commits

Author SHA1 Message Date
임희진
8caff0f0fd MSA-930: test 2016-03-08 03:18:30 -06:00
임희진
4af884ad50 MSA-930: test 2016-03-08 03:18:28 -06:00
임희진
b98d795193 MSA-930: test 2016-03-08 03:18:24 -06:00
3 changed files with 136 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
/** /**
* TEST *
* *
* Copyright 2016 * Copyright 2016
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * 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: * in compliance with the License. You may obtain a copy of the License at:
@@ -14,8 +14,8 @@
* *
*/ */
metadata { metadata {
definition (name: "TEST", namespace: "TEST1", author: "김지섭") { definition (name: "에너지미터", namespace: "에너지미터", author: "임희진") {
capability "Temperature Measurement" capability "Energy Meter"
} }
simulator { simulator {
@@ -30,6 +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 'temperature' attribute // TODO: handle 'energy' attribute
} }

View File

@@ -140,3 +140,4 @@ private hasBeenRecentMotion()
} }
isActive isActive
} }