Hager WAASYS device support#3104
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 0661dfb |
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
2e403c0 to
58e2408
Compare
58e2408 to
0661dfb
Compare
Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests