Skip to content

Commit

Permalink
[UPDATE] v0.9.2b Ready to use
Browse files Browse the repository at this point in the history
changelist
* changed device definition name to hopefully get GitHub Integration to work correctly
  • Loading branch information
veeceeoh authored Apr 4, 2019
1 parent aae8e3e commit 7ce6000
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Aqara Wireless Smart Light Switch models WXKG02LM / WXKG03LM (2016 & 2018 revisions)
* Device Handler for SmartThings
* Version 0.9.1b
* Version 0.9.2b
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -54,7 +54,7 @@
import physicalgraph.zigbee.zcl.DataType

metadata {
definition (name: "Xiaomi Aqara Wireless Light Switch", namespace: "bspranger", author: "bspranger", minHubCoreVersion: "000.022.0002", ocfDeviceType: "x.com.st.d.remotecontroller") {
definition (name: "Xiaomi Aqara Wireless Switch", namespace: "bspranger", author: "bspranger", minHubCoreVersion: "000.022.0002", ocfDeviceType: "x.com.st.d.remotecontroller") {
capability "Battery"
capability "Sensor"
capability "Button"
Expand Down

0 comments on commit 7ce6000

Please sign in to comment.