Skip to content

Commit

Permalink
even devices in different namespaces cannot share names (#34989)
Browse files Browse the repository at this point in the history
  • Loading branch information
greens authored Jun 23, 2020
1 parent dc71e57 commit a68292a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devicetypes/qubino/qubino-dimmer.src/qubino-dimmer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def handleChildEvent(map) {
log.debug "handleChildEvent / creating a child device"
childDevice = createChildDevice(
"qubino",
"Child Temperature Sensor",
"Qubino Temperature Sensor",
childDni,
"Qubino Temperature Sensor"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
*/
metadata {
definition(name: "Child Temperature Sensor", namespace: "qubino", author: "SmartThings", mnmn: "SmartThings", vid: "generic-temperature-measurement", ocfDeviceType: "oic.d.thermostat") {
definition(name: "Qubino Temperature Sensor", namespace: "qubino", author: "SmartThings", mnmn: "SmartThings", vid: "generic-temperature-measurement", ocfDeviceType: "oic.d.thermostat") {
capability "Health Check"
capability "Refresh"
capability "Sensor"
Expand Down

0 comments on commit a68292a

Please sign in to comment.