Skip to content

Commit

Permalink
Merge pull request #31 from philippeportesppo/service_manager_upnp
Browse files Browse the repository at this point in the history
Fixed DeviceHander name typo with space/hyphens
  • Loading branch information
philippeportesppo authored Feb 17, 2018
2 parents b553c4a + 06637d1 commit 5e76c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def addDevices() {
}

if (!d) {
addChildDevice("philippeportesppo", "Air-Mentor-Pro-2", selectedDevice.value.mac, selectedDevice?.value.hub, [
addChildDevice("philippeportesppo", "Air Mentor Pro 2", selectedDevice.value.mac, selectedDevice?.value.hub, [
"label": selectedDevice?.value?.name ?: "AirMentorPro",
"data": [
"mac": selectedDevice.value.mac,
Expand Down

0 comments on commit 5e76c7a

Please sign in to comment.