This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
devicetypes/tonesto7/nest-presence.src
smartapps/tonesto7/nest-manager.src Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2020 "setupVersion" : 2 ,
2121 "versions" : {
2222 "app" : {
23- "ver" : " 5.5.9 "
23+ "ver" : " 5.6.0 "
2424 },
2525 "autoapp" : {
2626 "ver" : " 5.5.0"
3535 "ver" : " 5.4.4"
3636 },
3737 "presence" : {
38- "ver" : " 5.4.3 "
38+ "ver" : " 5.4.4 "
3939 },
4040 "weather" : {
4141 "ver" : " 5.5.1"
Original file line number Diff line number Diff line change 2424 "setupVersion" : 2 ,
2525 "versions" : {
2626 "app" : {
27- "ver" : " 5.5.9 "
27+ "ver" : " 5.6.0 "
2828 },
2929 "autoapp" : {
3030 "ver" : " 5.5.0"
4242 "ver" : " 5.4.4"
4343 },
4444 "presence" : {
45- "ver" : " 5.4.3 "
45+ "ver" : " 5.4.4 "
4646 },
4747 "weather" : {
4848 "ver" : " 5.5.1"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import java.text.SimpleDateFormat
1111
1212preferences { }
1313
14- def devVer () { return " 5.4.3 " }
14+ def devVer () { return " 5.4.4 " }
1515
1616// for the UI
1717metadata {
@@ -216,8 +216,8 @@ def processEvent(data) {
216216 if (eventData?. allowDbException) { state?. allowDbException = eventData?. allowDbException == false ? false : true }
217217 lastUpdatedEvent(true )
218218
219- if (eventData?. lastStrucDataUpd ) {
220- def newDt = formatDt(Date . parse(" E MMM dd HH:mm:ss z yyyy" , eventData?. lastStrucDataUpd ?. toString()))
219+ if (eventData?. lastStrDataUpd ) {
220+ def newDt = formatDt(Date . parse(" E MMM dd HH:mm:ss z yyyy" , eventData?. lastStrDataUpd ?. toString()))
221221 // log.debug "newDt: $newDt"
222222 def curDt = Date . parse(" E MMM dd HH:mm:ss z yyyy" , getDtNow())
223223 def lastDt = Date . parse(" E MMM dd HH:mm:ss z yyyy" , newDt?. toString())
Original file line number Diff line number Diff line change 2828 "iconUrl" : " https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_manager_5.png" ,
2929 "published" : true ,
3030 "oAuth" : true ,
31- "version" : " 5.5.9 " ,
31+ "version" : " 5.6.0 " ,
3232 "appSettings" : {
3333 "clientId" : " " ,
3434 "clientSecret" : " " ,
7575 "name" : " Nest Presence" ,
7676 "iconUrl" : " https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/presence_icon.png" ,
7777 "published" : true ,
78- "version" : " 5.4.3 " ,
78+ "version" : " 5.4.4 " ,
7979 "appUrl" : " deviceTypes/tonesto7/nest-presence.src/nest-presence.groovy" ,
8080 "optional" : true
8181 },
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ definition(
3434 appSetting " devOpt"
3535}
3636
37- def appVersion () { " 5.5.9 " }
38- def appVerDate () { " 01-25 -2019" }
37+ def appVersion () { " 5.6.0 " }
38+ def appVerDate () { " 02-16 -2019" }
3939def minVersions () {
4040 return [
4141 " automation" :[" val" :550 , " desc" :" 5.5.0" ],
4242 " thermostat" :[" val" :545 , " desc" :" 5.4.5" ],
4343 " protect" :[" val" :543 , " desc" :" 5.4.3" ],
44- " presence" :[" val" :543 , " desc" :" 5.4.3 " ],
44+ " presence" :[" val" :544 , " desc" :" 5.4.4 " ],
4545 " weather" :[" val" :551 , " desc" :" 5.5.1" ],
4646 " camera" :[" val" :544 , " desc" :" 5.4.4" ],
4747 " stream" :[" val" :201 , " desc" :" 2.0.1" ]
You can’t perform that action at this time.
0 commit comments