Will Price
783a30fa5f
MSA-794: We submitted this ages ago when the review process took the better part of a year. Resubmitting here with minor changes based your recent email requesting all OAuth apps be submitted, please expedite ASAP as we have a huge number of users using the OAuth app.
...
These apps integrate SmartThings with Simple Control for Audio Video control. They are in use by a great many users already and quite well tested.
2016-01-11 15:50:14 -06:00
Matt Pennig
d69abb64bd
Merge pull request #385 from SmartThingsCommunity/rich-simulated-thermostat
...
Adding multiAttributeTile definition to Simulated Thermostat device type handler
2016-01-11 15:10:59 -06:00
Tom Manley
7429ecc83b
Merge pull request #423 from tpmanley/feature/arrival_sensor_ha
...
arrival: Add support for ZigBee HA arrival sensor
2016-01-11 12:42:44 -06:00
Tom Manley
112a35f5db
arrival: Change voltage range for battery remaining calculation
2016-01-11 12:41:50 -06:00
Juan Pablo Risso
c297564665
Merge pull request #426 from juano2310/Wemo
...
Increased delay to mark device as offline
2016-01-08 16:06:38 -05:00
Juan Risso
26ab32565b
Increased delay to mark device as offline
2016-01-08 16:01:57 -05:00
Tom Manley
9733947fea
arrival: Add support for ZigBee HA arrival sensor
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1305
https://smartthings.atlassian.net/browse/DVCSMP-1322
2016-01-07 14:30:04 -06:00
Yaima
6abf8c7f20
Merge pull request #420 from Yaima/master
...
Removed degree sign from tile
2016-01-06 15:25:19 -08:00
Yaima Valdivia
fe505ddc9f
Removed degree sign from tile
...
https://smartthings.atlassian.net/browse/DVCSMP-1318
2016-01-06 15:24:47 -08:00
Tom Manley
f4034f5ccf
Merge pull request #419 from tpmanley/bugfix/multi_adjust_threshold
...
multi: Adjust threshold multiplier to prevent motion detection while …
2016-01-06 14:18:42 -06:00
Tom Manley
c1c2431299
multi: Adjust threshold multiplier to prevent motion detection while idle
...
The previous threshold multiplier was found to be too low so motion was
being detected while the sensor was idle. This new value of 630 seems to
produce better results.
2016-01-06 13:27:48 -06:00
Tom Manley
39f0c49ea6
Merge pull request #411 from tpmanley/bugfix/multi_accel_parsing
...
multi: Fix x,y,z parsing error
2016-01-06 13:26:27 -06:00
Yaima
ed5a409c63
Merge pull request #413 from Yaima/master
...
Added canChangeIcon: true
2016-01-05 16:00:08 -08:00
Yaima Valdivia
8453292038
Added canChangeIcon: true
2016-01-05 15:59:14 -08:00
Tom Manley
e98a04a1b4
multi: Fix x,y,z parsing error
...
The previous axis value parsing code was very fragile. For example, this
code block:
def unsignedY = hexToInt(part.split("13")[1].trim())
would fail when `part` was "13xx13", where "xx" is any value. The split
assumed the value "13" was present only once in the string, and everything
after the "13" was the value. When "13" was part of the value this code
would interpret only "xx" as the value, instead of "xx13".
The new parsing code is not fragile like this. It knows exactly what bytes
of the string are X, Y, and Z and parses the values correctly.
2016-01-04 15:21:55 -06:00
Kristofer Schaller
41e95b9248
Merge pull request #400 from kris-schaller/phonebook_auto_unlock
...
Updating code to use the phonebook API
2016-01-04 03:41:50 -08:00
Tom Manley
63f20c912d
Merge pull request #407 from tpmanley/bugfix/multi_invalid_XY
...
multi: ignore attribute reports that don't include all three axis
2015-12-31 14:42:03 -06:00
Tom Manley
837d2d0cfd
multi: ignore attribute reports that don't include all three axis
...
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1366
2015-12-31 11:13:41 -06:00
Kris Schaller
629c4cc231
Updating code to use the phonebook API
2015-12-30 14:14:37 -08:00
Kristofer Schaller
f12684565c
Merge pull request #399 from kris-schaller/vinli_icon
...
Changing icon paths to hosted files
2015-12-28 16:18:48 -08:00
Kris Schaller
51e727b91a
Changing icon paths to hosted files
2015-12-28 16:06:15 -08:00
Kristofer Schaller
49a858eb5c
Merge pull request #398 from kris-schaller/vinli_icon
...
Adding vinli icons
2015-12-28 15:39:16 -08:00
Kris Schaller
112a4087b0
Adding vinli icons
2015-12-28 15:38:23 -08:00
Kristofer Schaller
132d8fc9d8
Merge pull request #302 from SmartThingsCommunity/MSA-699-1
...
Merged publication request 'Vinli Home Connect'
2015-12-28 10:29:56 -08:00
Umang Parekh
5b0b239caa
Merge pull request #386 from umangparekh/multiSensorThresholdFix
...
Fine-tuning the Motion Threshold and Motion Threshold multiplier. Garage use case works. XYZ values reported correctly.
2015-12-22 19:58:59 -08:00
umangparekh
3ea70fecad
Fine-tuning the Motion Threshold and Motion Threshold multiplier for manufacturer Smarthings.
...
Garage Door use case works + implemented code review feedback
Implementing code review feedback + inverted the signedY to match Centralite like behavior.
Implementing code review feedback + inverted the signedY to match Centralite like behavior.
2015-12-22 19:33:06 -08:00
Matt Pennig
358cf261e8
Adding multiAttributeTile definition to Simulated Thermostat device type handler
2015-12-22 11:14:53 -06:00
Tyler Lange
f420907043
Merge pull request #381 from kris-schaller/master
...
Adding paths to locally hosted images for bose sound control
2015-12-21 12:53:45 -08:00
Kris Schaller
bf915b49dc
Adding paths to locally hosted images for bose sound control
2015-12-21 12:48:17 -08:00
Tyler Lange
1c2a65e313
Merge pull request #380 from kris-schaller/master
...
Adding icons to Bose Sound Touch
2015-12-21 12:40:14 -08:00
Kris Schaller
075fdf0974
Adding icons to Bose Sound Touch
2015-12-21 12:38:17 -08:00
Daniel
21041570db
Modifying 'Vinli Home Connect'
2015-12-17 09:40:00 -06:00
Vinay Rao
8c3daf5f34
Merge pull request #372 from workingmonk/lock_comment_out
...
[DVCSMP-1338] commenting out unused variables
2015-12-16 11:38:06 +05:30
Vinay Rao
f3138501e8
commenting out unused variables
2015-12-16 11:34:35 +05:30
Yaima
2dfb43f841
Merge pull request #371 from Yaima/master
...
Comment out TTS Capability from Speaker SmartApps
2015-12-16 00:24:13 -05:00
Yaima
f9b5e2ba79
Comment out TTS Capability from Speaker SmartApps
...
https://smartthings.atlassian.net/browse/DVCSMP-1258
2015-12-16 00:22:06 -05:00
Warodom Khamphanchai
1f86001418
Merge pull request #369 from snakedog116/master
...
Ecobee Update
2015-12-15 10:51:03 -08:00
Kristofer Schaller
e4b010eb46
Merge pull request #367 from rappleg/AddEventBufferBackToAtomicState
...
Make sure we persist the updated eventBuffer with the new event added back to atomicState
2015-12-15 09:37:25 -08:00
snakedog116
c921121645
Update ecobee-connect.groovy
...
Replace the licensing information as previously deleted by 1b9d2fe @kwarodom. I believe this was removed in error. The original code was under Apache, so the resulting code should be too.
2015-12-14 23:44:14 -07:00
snakedog116
9be808a3eb
Update ecobee-thermostat.groovy
...
Added some description to the temporary hold.
2015-12-14 23:36:55 -07:00
rappleg
6778f8d58a
Make sure we persist the updated eventBuffer with the new event added back to atomicState
2015-12-14 19:50:39 -06:00
Kristofer Schaller
961ee321ac
Merge pull request #365 from rappleg/PreventEventBufferInitialStateGrowingUnbounded
...
Improve performance when streaming to Inital State and prevent buffer growing unbounded
2015-12-14 17:24:46 -08:00
Kristofer Schaller
22fb4e36c6
Merge pull request #216 from SmartThingsCommunity/MSA-640-3
...
Merged publication request 'PlantLink'
2015-12-14 17:04:38 -08:00
rappleg
18bfa87948
Improve performance when streaming to Inital State and prevent buffer growing unbounded
2015-12-14 18:40:55 -06:00
Steve Vlaminck
7fc4aaa341
Merge pull request #366 from vlaminck/every-element-update
...
Updated the every element app to better represent what each element can and can't do
2015-12-14 13:57:02 -06:00
vlaminck
d1504e9a3c
Updated the ever element app to better represent what each element ca…
2015-12-14 13:27:41 -06:00
Tom Manley
91fefe536d
Merge pull request #355 from tpmanley/bugfix/wrong_xyz_values
...
multi: Fix invalid accelerometer readings during refresh
2015-12-14 12:01:36 -06:00
Tom Manley
fe4a2ed3d0
multi: Fix invalid accelerometer readings during refresh
...
The code can only correctly handle the accelerometer readings when they
are all received in the same message. Individual reads of the attributes
results in individual read attribute responses which led to events with
incorrect values. The most straightforward fix is to not read the attributes
in the first place and rely on attribute reporting to report the values
at the appropriate time.
Resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1315
2015-12-11 00:24:44 -06:00
Tom Manley
e529624d36
Merge pull request #349 from tpmanley/feature/updated_smartsense_devices
...
Added fingerprints/support for new version of multi/moisture/motion sensors
2015-12-11 00:23:21 -06:00
Tom Manley
6ba37caa03
Added fingerprints/support for new version of multi/moisture/motion sensors
...
Partially resolves:
https://smartthings.atlassian.net/browse/DVCSMP-1305
2015-12-10 22:50:15 -06:00