- 28 May, 2019 2 commits
-
-
Brian Lowrance authored
Attempt to migrate current Hubitat codebase (2.1.1) to SmartThings
-
Brian Lowrance authored
Attempt to migrate current Hubitat codebase (2.1.1) to SmartThings
-
- 14 Mar, 2018 1 commit
-
-
Brian Lowrance authored
Resolves an issue where lock events were not speaking (corrected disable switch restriction code)
-
- 13 Mar, 2018 2 commits
-
-
Brian Lowrance authored
* Added event type: routine * Adjusted getMyVoice log entry (deviceVoice=) to show "Not Used" instead of null if not used. * Corrected issue with button event, disable switch Releasing along with P.2.0.6-DEV-1.
-
Brian Lowrance authored
* musicPlayer mode voice selection correction (en-us), (en-gb), (es-us) were not always properly stripped before being sent to textToSpeech(). Releasing to DEV along with C2.0.6-DEV-1 enhancements
-
- 11 Mar, 2018 2 commits
-
-
Brian Lowrance authored
Sync with P2.0.5
-
Brian Lowrance authored
Sync with C2.0.5
-
- 10 Mar, 2018 2 commits
-
-
Brian Lowrance authored
Still working with STCommunity:@joelw135 to resolve a null pointer issue. Resolved a null issue with disableSwitch restriction test.
-
Brian Lowrance authored
Attempt to resolve a toDouble() null bug reported by STCommunity:@joelw135
-
- 09 Mar, 2018 3 commits
-
-
Brian Lowrance authored
* Added “Disable when this switch is off” option to each event type. This ties to a switch, if the switch is ON or not configured, the announcement is made. If the switch is OFF, the announcement is not made. * Added a "Restrictions" section to events further separating those from the event/speech options
-
Brian Lowrance authored
Added "Disable when this switch is off" option to each event type. This ties to a switch, if the switch is ON or not configured, the announcement is made. If the switch is OFF, the announcement is not made.
-
Brian Lowrance authored
Resolved an issue where the power level LOW threshold was > 0 but the device returned 0 watts in use, the LOW threshold was not triggered.
-
- 08 Mar, 2018 1 commit
-
-
Brian Lowrance authored
Power level event now supports multiple devices per group (using the same High/Low thresholds). Normal level phrase can be spoken if power level is greater than 0, greater than the Low threshold and less than the High threshold.
-
- 06 Mar, 2018 1 commit
-
-
Brian Lowrance authored
Beta1 to C2.0.5 * Added Power Meter event (rise above/fall below wattage thresholds). Thanks for the request @STCommunity:joelw135
-
- 22 Feb, 2018 2 commits
-
-
Brian Lowrance authored
Sync bug fix from Master (issue with SHM Event not working due to bug in day restriction code (child app)). Parent = version # sync.
-
Brian Lowrance authored
Sync bug fix from Master (issue with SHM Event not working due to bug in day restriction code)
-
- 21 Feb, 2018 2 commits
-
-
Brian Lowrance authored
Sync with 2.0.3 release
-
Brian Lowrance authored
Sync with 2.0.3 release
-
- 17 Feb, 2018 1 commit
-
-
Brian Lowrance authored
Restructured restrictions code. Added ability to restrict events to specific days.
-
- 15 Feb, 2018 2 commits
-
-
Brian Lowrance authored
Sync with 2.0.2 release
-
Brian Lowrance authored
Sync with 2.0.2 release
-
- 13 Feb, 2018 6 commits
-
-
Brian Lowrance authored
Corrected an issue with non-zip code locations in weather phrase tokens/variables. ie: %weathercurrent(France/Paris)% was saying this phrase instead of translating it. The issue was phrase casing.
-
Brian Lowrance authored
Corrected an issue when calling %description% from Talk Now.
-
Brian Lowrance authored
Added error detection to processPhraseTokens() to help detect invalid user input (logged in parent logs, error announced verbally).. ie: if someone actually uses %weathercurrent(00000)% instead of using a proper zipcode in place of 00000.
-
Brian Lowrance authored
Corrected major issues with time based events Each event now calls sendTalk() instead of direct calling parent.Talk() for further analysis
-
Brian Lowrance authored
Major corrections to time based events. Created a function sendTalk() to allow for more processing/logging prior to calling parent.Talk()
-
Brian Lowrance authored
Corrected major issues with time based events Each event now calls sendTalk() instead of direct calling parent.Talk() for further analyisis
-
- 07 Feb, 2018 2 commits
-
-
Brian Lowrance authored
Added 2 additional time schedules (up to 3 times can be set per group) (Child) Corrected an issue when speaking in the 12:00am hour. (Parent) Corrected an issue where personality was used when not desired when using a time schedule. (Child) Parent = 2.0.1, Child = 2.0.1 Parent = 2.0.1, Child = 2.0.1
-
Brian Lowrance authored
Added 2 additional time schedules (up to 3 times can be set per group) … Corrected an issue when speaking in the 12:00am hour. Corrected an issue where personality was used when not desired when using a time schedule. Parent = 2.0.1, Child = 2.0.1
-
- 06 Feb, 2018 1 commit
-
-
Brian Lowrance authored
"-Dev" must be appended to the development version state.childAppName = "BigTalker2-Child-Dev" state.parentAppName = "BigTalker2-Dev" Thanks STCommunity: @joelw135
-
- 05 Feb, 2018 10 commits
-
-
Brian Lowrance authored
-
Brian Lowrance authored
-
Brian Lowrance authored
Rename smartapps/rayzurbock/bigtalker2-child.src/bigtalker2-child.groovy to smartapps/rayzurbock/bigtalker2-child-dev.src/bigtalker2-child-dev.groovy
-
Brian Lowrance authored
Rename smartapps/rayzurbock/bigtalker2.src/bigtalker2-dev.groovy to smartapps/rayzurbock/bigtalker2-dev.src/bigtalker2-dev.groovy
-
Brian Lowrance authored
-
Brian Lowrance authored
Currently matches 2.0.0
-
Brian Lowrance authored
Currently matches 2.0.0
-
Brian Lowrance authored
-
Brian Lowrance authored
-
Brian Lowrance authored
-