rayzurbock / BigTalker2

SmartThings SmartApp - Big Talker is a SmartApp for SmartThings that can make your house talk depending on various triggered events.
http://thingsthataresmart.wiki/index.php?title=BigTalker
43 stars 167 forks source link

Hubitat Branch About section #10

Open sgrayban opened 6 years ago

sgrayban commented 6 years ago

I would like to suggest you edit the about section for the Hubitat branch to this so users don't get confused which branch to actually use....

if (!(state.appversion == null)){ AboutApp += "Big Talker ${state.appversion}\nhttps://github.com/rayzurbock/BigTalker2/tree/Hubitat-Dev\n" } else { AboutApp += 'Big Talker \nhttps://github.com/rayzurbock/BigTalker2/tree/Hubitat-Dev\n' }

rayzurbock commented 6 years ago

I intend for the two to merge. The Hubitat-Dev version is for my initial work on that. In the end I hope to have just one version that can detect and operate/display options for each platform as needed.