Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
krlaframboise committed Sep 10, 2017
1 parent 12003b2 commit 2aae5a1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Everspring Motion Detector v1.0.2
* Everspring Motion Detector v1.0.3
* (Model: HSP02)
*
* Author:
Expand All @@ -10,6 +10,9 @@
*
* Changelog:
*
* 1.0.3 (09/10/2017)
* - Removed old style fingerprint to eliminate conflicts with other generic sensors.
*
* 1.0.2 (04/23/2017)
* - SmartThings broke parse method response handling so switched to sendhubaction.
*
Expand Down Expand Up @@ -44,7 +47,7 @@ metadata {

fingerprint mfr:"0060", prod:"0001", model:"0003"

fingerprint deviceId:"0x2001", inClusters:"0x20,0x30,0x70,0x71,0x72,0x80,0x84,0x85,0x86"
// fingerprint deviceId:"0x2001", inClusters:"0x20,0x30,0x70,0x71,0x72,0x80,0x84,0x85,0x86"
}

preferences {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* GoControl Contact Sensor v1.10.1
* GoControl Contact Sensor v1.10.2
* (WADWAZ-1)
*
* Author:
Expand All @@ -10,6 +10,9 @@
*
* Changelog:
*
* 1.10.2 (09/10/2017)
* - Removed old style fingerprint to eliminate conflicts with other generic sensors.
*
* 1.10.1 (07/01/2017)
* - WARNING: This version may temporarily cause the main tile to display the wrong status, but it will correct itself the next time the device wakes up. It doesn't effect the actual values being reported and you can immediately correct the primary tile by opening the settings and tapping Done.
* - Added setting for displaying garage icons.
Expand Down Expand Up @@ -92,7 +95,7 @@ metadata {
attribute "lastClosed", "string"
attribute "primaryStatus", "string"

fingerprint deviceId: "0x2001", inClusters: "0x71,0x85,0x80,0x72,0x30,0x86,0x84"
// fingerprint deviceId: "0x2001", inClusters: "0x71,0x85,0x80,0x72,0x30,0x86,0x84"
fingerprint mfr:"014F", prod:"2001", model:"0102"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* GoControl Motion Sensor v1.3.5
* GoControl Motion Sensor v1.3.6
* (Model: WAPIRZ-1)
*
* Author:
Expand All @@ -10,6 +10,9 @@
*
* Changelog:
*
* 1.3.6 (09/10/2017)
* - Removed old style fingerprint to eliminate conflicts with other generic sensors.
*
* 1.3.5 (09/01/2017)
* - Added workaround for SmartThings breaking the convertTemperatureIfNeeded function for precision 0.
* - Added +52°F offset when the temperature is <= -21°F to correct a firmware bug.
Expand Down Expand Up @@ -59,7 +62,7 @@ metadata {

fingerprint mfr:"014F", prod:"2002", model:"0203"

fingerprint deviceId:"0x2001", inClusters:"0x71, 0x85, 0x80, 0x72, 0x30, 0x86, 0x31, 0x70, 0x84"
// fingerprint deviceId:"0x2001", inClusters:"0x71, 0x85, 0x80, 0x72, 0x30, 0x86, 0x31, 0x70, 0x84"
}

preferences {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* GoControl Multifunction Contact Sensor v1.2
* GoControl Multifunction Contact Sensor v1.2.1
* (WADWAZ-1)
*
* Author:
Expand All @@ -9,6 +9,9 @@
*
* Changelog:
*
* 1.2.1 (09/10/2017)
* - Removed old style fingerprint to eliminate conflicts with other generic sensors.
*
* 1.2 (07/01/2017)
* - Updated colors to match SmartThing's new color theme.
* - Modified Health Check feature so that it doesn't set the checkin interval until it confirms that the wakeup interval has been changed.
Expand Down Expand Up @@ -72,7 +75,7 @@ metadata {
attribute "externalContact", "enum", ["open", "closed"]
attribute "lastCheckin", "string"

fingerprint deviceId: "0x2001", inClusters: "0x71,0x85,0x80,0x72,0x30,0x86,0x84"
//fingerprint deviceId: "0x2001", inClusters: "0x71,0x85,0x80,0x72,0x30,0x86,0x84"
fingerprint mfr:"014F", prod:"2001", model:"0102"
}

Expand Down

0 comments on commit 2aae5a1

Please sign in to comment.