Compare commits

..

1 Commits

Author SHA1 Message Date
김지섭
5769e72c3d MSA-932: VER. TEST 2016-03-08 03:23:06 -06:00
3 changed files with 135 additions and 136 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: "에너지미터", namespace: "에너지미터", author: "임희진") { definition (name: "TEST", namespace: "TEST1", author: "김지섭") {
capability "Energy Meter" capability "Temperature Measurement"
} }
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 'energy' attribute // TODO: handle 'temperature' attribute
} }

View File

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