Skip to content

Commit 3e58b2e

Browse files
committed
Drop chip-device-ctrl and ZCL* APIs
Drop the deprecated chip-device-ctrl and remove the ZCL* API from the Python CHIP controller.
1 parent fef9ee3 commit 3e58b2e

File tree

4 files changed

+1
-1284
lines changed

4 files changed

+1
-1284
lines changed

src/controller/python/BUILD.gn

+1-4
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,7 @@ chip_python_wheel_action("chip-clusters") {
414414
}
415415

416416
chip_python_wheel_action("chip-repl") {
417-
py_scripts = [
418-
"chip-device-ctrl.py",
419-
"chip-repl.py",
420-
]
417+
py_scripts = [ "chip-repl.py" ]
421418

422419
py_manifest_files = [
423420
{

0 commit comments

Comments
 (0)