-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 029b0e2
Showing
109 changed files
with
39,046 additions
and
0 deletions.
There are no files selected for viewing
463 changes: 463 additions & 0 deletions
463
Drivers/aeon-dsc17103-micro-double-switch.src/aeon-dsc17103-micro-double-switch.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+319 KB
Drivers/aeon-multisensor-6-advanced.src/9 Multisensor 6 V1.07 - ES.pdf
Binary file not shown.
1,068 changes: 1,068 additions & 0 deletions
1,068
Drivers/aeon-multisensor-6-advanced.src/aeon-multisensor-6-advanced.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
883 changes: 883 additions & 0 deletions
883
Drivers/aeon-rgbw-bulb-advanced.src/aeon-rgbw-bulb-advanced.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
422 changes: 422 additions & 0 deletions
422
Drivers/aeon-smartstrip-6-switch.src/aeon-smartstrip-6-switch.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,230 changes: 1,230 additions & 0 deletions
1,230
Drivers/alarm-com-smart-thermostat.src/alarm-com-smart-thermostat.groovy
Large diffs are not rendered by default.
Oops, something went wrong.
31 changes: 31 additions & 0 deletions
31
Drivers/carbon-dioxide-detector-child-device.src/carbon-dioxide-detector-child-device.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* Carbon Dioxide Detector Child Device | ||
* | ||
* Copyright 2017 Eric Maycock | ||
* | ||
* 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: "Carbon Dioxide Detector Child Device", namespace: "erocm123", author: "Eric Maycock") { | ||
capability "Carbon Dioxide Measurement" | ||
capability "Sensor" | ||
} | ||
|
||
tiles() { | ||
multiAttributeTile(name:"smoke", type: "generic", width: 6, height: 4){ | ||
tileAttribute ("device.alarmState", key: "PRIMARY_CONTROL") { | ||
attributeState("clear", label:"clear", icon:"st.alarm.smoke.clear", backgroundColor:"#ffffff") | ||
attributeState("carbonMonoxide", label:"dioxide", icon:"st.alarm.carbon-monoxide.carbon-monoxide", backgroundColor:"#e86d13") | ||
} | ||
} | ||
} | ||
|
||
} |
31 changes: 31 additions & 0 deletions
31
...rs/carbon-monoxide-detector-child-device.src/carbon-monoxide-detector-child-device.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* Carbon Monoxide Detector Child Device | ||
* | ||
* Copyright 2017 Eric Maycock | ||
* | ||
* 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: "Carbon Monoxide Detector Child Device", namespace: "erocm123", author: "Eric Maycock") { | ||
capability "Carbon Monoxide Detector" | ||
capability "Sensor" | ||
} | ||
|
||
tiles() { | ||
multiAttributeTile(name:"carbonMonoxide", type: "generic", width: 6, height: 4){ | ||
tileAttribute ("device.carbonMonoxide", key: "PRIMARY_CONTROL") { | ||
attributeState("clear", label:"clear", icon:"st.alarm.smoke.clear", backgroundColor:"#ffffff") | ||
attributeState("detected", label:"monoxide", icon:"st.alarm.carbon-monoxide.carbon-monoxide", backgroundColor:"#e86d13") | ||
} | ||
} | ||
} | ||
|
||
} |
31 changes: 31 additions & 0 deletions
31
Drivers/contact-sensor-child-device.src/contact-sensor-child-device.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* Contact Sensor Child Device | ||
* | ||
* Copyright 2017 Eric Maycock | ||
* | ||
* 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: "Contact Sensor Child Device", namespace: "erocm123", author: "Eric Maycock") { | ||
capability "Contact Sensor" | ||
capability "Sensor" | ||
} | ||
|
||
tiles() { | ||
multiAttributeTile(name:"contact", type: "generic"){ | ||
tileAttribute ("device.contact", key: "PRIMARY_CONTROL") { | ||
attributeState "open", label:'${name}', icon:"st.contact.contact.open", backgroundColor:"#e86d13" | ||
attributeState "closed", label:'${name}', icon:"st.contact.contact.closed", backgroundColor:"#00a0dc" | ||
} | ||
} | ||
} | ||
|
||
} |
Oops, something went wrong.