diff --git a/th_cli/shared_constants.py b/th_cli/shared_constants.py index e0e1608..0ee5ffb 100644 --- a/th_cli/shared_constants.py +++ b/th_cli/shared_constants.py @@ -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. @@ -66,3 +66,4 @@ class DutPairingModeEnum(str, Enum): BLE_THREAD = "ble-thread" WIFIPAF_WIFI = "wifipaf-wifi" NFC_THREAD = "nfc-thread" + THREAD = "thread"