Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
06dfee3
WWSTCERT-10696 - add new zigbee-humididt-sensor SNZB-02DR2 (#2573)
zmguko Apr 10, 2026
5f33fa1
Fix pad19 fingerprint (#2878)
JerryYang01 Apr 9, 2026
298ecc6
Sonos: Remove Hardcoded Ports (#2855)
hcarter-775 Apr 3, 2026
14c5216
Aqara Wireless Knob Switch H1 (#2844)
haedo-doo Apr 7, 2026
92b37fa
Updating permissions for statuses
aleclorimer Apr 1, 2026
aee3191
WWSTCERT-10572 Decora Smart Wi-Fi (2ndGen) Fan Speed Controller (#2833)
greens Mar 24, 2026
3d7843b
Script for and updating min_api_version of tests. Updated to run PRs …
aleclorimer Mar 31, 2026
1f6bba9
Reinit capabilities upon feature change when profile is unchanged
samadDotDev Apr 9, 2026
13abb8c
Handle FeatureMap change, fix profile matching & reinit
samadDotDev Apr 9, 2026
9943a8d
Deep copy latest state, use `pairs` to handle map-like capability tab…
samadDotDev Apr 13, 2026
c5ca63e
Fix luacheck lints
samadDotDev Apr 13, 2026
8acc2bb
Remove unused init function
samadDotDev Apr 14, 2026
86cdb1d
add nil check handling for electrical sensor handlers
hcarter-775 Apr 13, 2026
1101206
WWSTCERT-9857 Add Zooz ZSE50 to zwave-siren (for WWST Cert) (#2681)
jtp10181 Apr 9, 2026
8b4ae58
WWSTCERT-9786 Inovelli - adding vzw31 red series dimmer switch (#2654)
InovelliUSA Apr 9, 2026
4faf053
WWSTCERT-8045 - Aeotec Home Energy Meter Gen8 (Revert + fixes) (#2791)
KKlimczukS Apr 14, 2026
588aaef
Add lockAlarm configuration to do_configure (#2763)
HunsupJung Mar 19, 2026
b360b52
move AttributeList read to subscribe
hcarter-775 Mar 6, 2026
192f9a2
Limit the length of User Name (#2764)
HunsupJung Mar 11, 2026
54bdf7b
Postpone updating commandResult (#2765)
HunsupJung Mar 11, 2026
0cae95e
Remove garbage file (#2835)
HunsupJung Mar 12, 2026
7539526
Update digital key event (#2829)
HunsupJung Mar 11, 2026
feb4676
Support keypair generation (#2815)
HunsupJung Mar 25, 2026
4d16289
WWSTCERT-11013 SMART WIFI MATTER WALL SWITCH 2G (#2905)
cbaumler Apr 16, 2026
ec8f106
WWSTCERT-10652 ULTRALOQ Matter Door Lock (#2889)
cbaumler Apr 10, 2026
043462c
WWSTCERT-10993 Linkind Smart Ceiling Light (#2901)
cbaumler Apr 21, 2026
83332bd
WWSTCERT-10842 ThirdReality Smart Night Light -T (#2910)
cbaumler Apr 21, 2026
fec645b
WWSTCERT-11096 Sombra Automated Shades and Blinds (#2912)
cbaumler Apr 21, 2026
25fbc46
WWSTCERT-11060 TOFSMYGAA Plug Black/Outdoor (#2911)
cbaumler Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .github/workflows/jenkins-driver-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ on:
paths:
- 'drivers/**'

permissions:
statuses: write

jobs:
trigger-driver-test:
strategy:
matrix:
version:
[ 60 ]
[ 59, 60 ]

runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test.register_coroutine_test(
assert(component_to_endpoint_map["cookSurfaceTwo"] == COOK_SURFACE_TWO_ENDPOINT, "Cook Surface Two Endpoint must be 3")
end,
{
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -117,7 +117,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -157,7 +157,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -192,7 +192,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -171,7 +171,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -239,7 +239,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -307,7 +307,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -386,7 +386,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -450,7 +450,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -490,7 +490,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -549,7 +549,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -250,7 +250,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -339,7 +339,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)
test.register_message_test(
Expand Down Expand Up @@ -452,7 +452,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -490,7 +490,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -531,7 +531,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -592,7 +592,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -653,7 +653,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -666,7 +666,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -692,7 +692,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -716,7 +716,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -170,7 +170,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -238,7 +238,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -306,7 +306,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -385,7 +385,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -449,7 +449,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -489,7 +489,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -548,7 +548,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -591,7 +591,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -178,7 +178,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Loading
Loading