Np, was bored waiting between meetings.
Considering adding the lock status to the app page like some of the other apps do based on the lock status if I can figure it out if there's any interest.

Consider received one up-vote. 
Just in case you may have followed suit and forgot to click Submit, just wanted to let you know I'm not seeing an update in HPM.
I assume it just takes some time, and not in a rush, but wanted to follow up just in case.
Thanks again for this app.
He'll have to change the version number for HPM to push the update. I didn't want to do that in his code though because I didn't want to break it. You can just import it from GitHub if you want the changes now. A repair might also do it for you.
Thanks...no hurry, just mentioned it in case a step had been accidentally missed.
Stop chatting and get back to adding the lock status to the app page before your next meeting starts!! 
Oops. FIxed.
Don't forget the package manifest. I haven't setup any HPM packages but I think it checks that for version info as well.
Can you tell I only partly know what I'm doing? 
Got it that time.
@chris.sader It's been a slow day today at work and I added a parent-child structure for your app if you're interested. All the same options are available and debugging can be configured on each child. It's very basic coding but works fine.

I'll submit a pull request and you can do with it whatever you want. I renamed it to Auto Lock so there could be both versions also.
Did you guys get rid of the mode selection in the new version?
I kinda liked that feature...
I've just been piddling with it today. Chris maintains this app and I don't know what all he has done in the past.
The code never had anything in it related to modes, and based on some comments above I assumed it wasn't working anyway.
There was a hubitat version that broke it, but it was fixed. It was working fine for me until I updated today.
I haven't seen any modes in this app. Maybe it was in 1.0.1. I noticed the manifest hadn't been updated for 1.0.2. I didn't use HPM originally though.
Not sure what version I was running....
I think the Mode options automatically populate for single page apps in hubitat.
Removing this part brings the options back.
page(name: "page1")
}
def page1() {
- dynamicPage(name: "page1", install: true, uninstall: true) {*
I personally like having shorter timeouts options for different modes.
@lewis.heidrick did you add this part?

