Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion th_cli/shared_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# WARNING: This file was copied from the backend's shared_constants.py.
# Do not edit here.
#
# Copyright (c) 2025 Project CHIP Authors
# Copyright (c) 2025-2026 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -66,3 +66,4 @@ class DutPairingModeEnum(str, Enum):
BLE_THREAD = "ble-thread"
WIFIPAF_WIFI = "wifipaf-wifi"
NFC_THREAD = "nfc-thread"
THREAD = "thread"