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
70b8a042a7
Merge pull request #415 from SmartThingsCommunity/staging
...
Merging to prod
2016-01-05 16:01:55 -08:00
Yaima
451b7a4923
Merge pull request #414 from SmartThingsCommunity/master
...
Merging to staging
2016-01-05 16:01:05 -08: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
Kris Schaller
22c810e9df
Merging staging into production
2016-01-04 03:43:46 -08:00
Kris Schaller
cc80373b89
Merging master into staging
2016-01-04 03:43:30 -08: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
Kris Schaller
ea98194abf
Merging staging into production
2015-12-28 16:21:37 -08:00
Kris Schaller
94f11c583f
Merging master into staging
2015-12-28 16:21:17 -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
Kris Schaller
4a6e000cee
Merging staging into production
2015-12-28 15:41:51 -08:00
Kris Schaller
c3cf4089f4
Merging master into staging
2015-12-28 15:41:29 -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
Kris Schaller
71f9f19465
Merging staging into production
2015-12-28 10:31:40 -08:00
Kris Schaller
f8317a6d2c
Merging master into staging
2015-12-28 10:31:20 -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
Lee Joonmin
7def620f04
MSA-757: Smart Gas-Lock work with z-wave
2015-12-23 03:44:19 -06: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
Kris Schaller
2edda411e2
Merging staging into production
2015-12-21 12:55:20 -08:00
Kris Schaller
dd19b6e73f
Merging master into staging
2015-12-21 12:55:03 -08: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
Kris Schaller
ac74c6126d
Merging staging into production
2015-12-15 09:38:16 -08:00
Kris Schaller
80e02416f3
Merging master into staging
2015-12-15 09:38:02 -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
obycode
177c816348
MSA-747: BeaconThings is a simple app to let you integrate iBeacons into your SmartThings smart home. With BeaconThings, you can get more reliable, and more specific location information. Spread some beacons around your home, register them with BeaconThings, and it will tell SmartThings when you're nearby. For each BeaconThing your register, a device is added to SmartThings that can be used with SmartRules, or custom SmartApps, to trigger events.
...
This submission contains the SmartApp to which the iOS app connects with OAuth, and the device type which is created by the SmartApp for each beacon registered in the app.
2015-12-15 10:46:27 -06: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
Kris Schaller
653f0e28ca
Merging staging into production
2015-12-14 17:25:47 -08:00
Kris Schaller
49dc1e96ba
Merging master into staging
2015-12-14 17:25:34 -08: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
Kris Schaller
76fcca90d3
Merging staging into production
2015-12-14 17:09:08 -08:00