Skip to content

Commit

Permalink
Update tools/tcat_ble_client/cli/base_commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Baczmański <[email protected]>
  • Loading branch information
canisLupus1313 and maciejbaczmanski committed Aug 1, 2024
1 parent 39f3074 commit ad546a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcat_ble_client/cli/base_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_log_string(self) -> str:
return 'Retrieving extended PAN ID.'

def get_help_string(self) -> str:
return 'Get a URL for an application suited to commission device.'
return 'Get extended PAN ID that is commissioned in the active dataset.'

def prepare_data(self, context):
return TLV(TcatTLVType.GET_EXT_PAN_ID.value, bytes()).to_bytes()
Expand Down

0 comments on commit ad546a3

Please sign in to comment.