Skip to content

Commit

Permalink
DevWs for HELTUN containing containing HE-HT01 Handler X (SmartThings…
Browse files Browse the repository at this point in the history
…Community#76617)

* DevWs for HELTUN containing containing HE-HT01 Handler X

* child device

* Reformatting
remove HubActions
Separated getModeMap

* Formmating

* changes in parameters description

* fixed formatting

Co-authored-by: Artur Sargsyan <[email protected]>
  • Loading branch information
Sarkis008 and Artur Sargsyan authored Dec 6, 2021
1 parent 2bd112a commit d7d342b
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 0 deletions.
27 changes: 27 additions & 0 deletions devicetypes/heltun/he-temperature.src/he-temperature.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* Copyright 2021 Sarkis Kabrailian
*
* 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:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under the License.
*
*/
metadata {
definition (name: "HE-TEMPERATURE", namespace: "HELTUN", author: "Sarkis Kabrailian", ocfDeviceType: "oic.d.thermostat") {
capability "Temperature Measurement"
}
}

def ping() {
parent.refresh()
}

def refresh() {
parent.refresh()
}

Loading

0 comments on commit d7d342b

Please sign in to comment.