Skip to content

Commit e830267

Browse files
committed
commands
1 parent f0d8690 commit e830267

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/commands.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,11 +1341,12 @@
13411341
"-t, --timeout <ms> Timeout in milliseconds",
13421342
"-b <dec> Number of bits to send. Useful for send partial byte",
13431343
"-v, --verbose Verbose output",
1344+
"-w, --wait <us> Wait in microseconds between select and command",
13441345
"--topaz Use Topaz protocol to send command",
13451346
"--crypto1 Use crypto1 session",
13461347
"<hex> Raw bytes to send"
13471348
],
1348-
"usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [--topaz] [--crypto1] <hex> [<hex>]..."
1349+
"usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [-w <us>] [--topaz] [--crypto1] <hex> [<hex>]..."
13491350
},
13501351
"hf 14a reader": {
13511352
"command": "hf 14a reader",
@@ -8771,17 +8772,20 @@
87718772
"notes": [
87728773
"hw tearoff --delay 1200 -> define delay of 1200us",
87738774
"hw tearoff --on -> (re)activate a previously defined delay",
8774-
"hw tearoff --off -> deactivate a previously activated but not yet triggered hook"
8775+
"hw tearoff --off -> deactivate a previously activated but not yet triggered hook",
8776+
"hw tearoff --list -> list commands implementing tear-off hooks"
87758777
],
87768778
"offline": false,
87778779
"options": [
87788780
"-h, --help This help",
87798781
"--delay <dec> Delay in us before triggering tear-off, must be between 1 and 43000",
87808782
"--on Activate tear-off hook",
87818783
"--off Deactivate tear-off hook",
8782-
"-s, --silent less verbose output"
8784+
"--skip <dec> Skip N triggers before activating the hook",
8785+
"-s, --silent less verbose output",
8786+
"--list List commands implementing tear-off hooks"
87838787
],
8784-
"usage": "hw tearoff [-hs] [--delay <dec>] [--on] [--off]"
8788+
"usage": "hw tearoff [-hs] [--delay <dec>] [--on] [--off] [--skip <dec>] [--list]"
87858789
},
87868790
"hw tia": {
87878791
"command": "hw tia",
@@ -13666,6 +13670,6 @@
1366613670
"metadata": {
1366713671
"commands_extracted": 784,
1366813672
"extracted_by": "PM3Help2JSON v1.00",
13669-
"extracted_on": "2025-10-03T23:59:38"
13673+
"extracted_on": "2025-10-09T20:44:39"
1367013674
}
1367113675
}

0 commit comments

Comments
 (0)