Hager WAASYS device support#3104
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against f744eca |
f356ab8 to
6840215
Compare
|
Reference to the previous PR: [https://github.com//pull/2858] |
|
|
||
| function Descriptor:get_attribute_by_id(attr_id) | ||
| local attr_id_map = { | ||
| [0x0000] = "DeviceTypeList", |
There was a problem hiding this comment.
We should still ensure this actually points to something
There was a problem hiding this comment.
You can test that this will work by pointing your local lua libs to 0.58. Currently, if you do that, the tests will crash
| end | ||
|
|
||
| Descriptor.attribute_direction_map = { | ||
| ["DeviceTypeList"] = "server", |
There was a problem hiding this comment.
To actually use this def, we'll need to conditionally include it in your init.lua file. See how this is done in the main driver for examples.
| @@ -1,4 +1,4 @@ | |||
| -- Copyright © 2025 SmartThings, Inc. | |||
There was a problem hiding this comment.
we should leave this as 2025
There was a problem hiding this comment.
Will do in tomorrow's update to the PR.
6840215 to
19d6fc4
Compare
9448546 to
4f43bf0
Compare
|
Channel deleted. |
4f43bf0 to
f744eca
Compare
hcarter-775
left a comment
There was a problem hiding this comment.
Packaging now works in production. Regression tested against 0.58 lua libs. Looks good to me!
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests