Skip to content

Commit

Permalink
Update supported_commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedreamer authored Feb 19, 2024
1 parent a6fb9a7 commit 5f7b55a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/supported_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
| osdp_POLL | 0x60 | Yes | Poll | None |
| osdp_ID | 0x61 | Yes | ID Report Request | [IdReport](https://z-bitco.com/downloads/OSDP.Net/docs/class_o_s_d_p_1_1_net_1_1_control_panel.html#a7865680fcbac04393f1a1a7c5c370afd) |
| osdp_CAP | 0x62 | Yes | PD Capabilities Request | [DeviceCapabilities](https://z-bitco.com/downloads/OSDP.Net/docs/class_o_s_d_p_1_1_net_1_1_control_panel.html#a41e7c5b63296041c4e1d72f9f4baa254) |
| osdp_LSTAT | 0x64 | Yes | Local Status Report Request | [LocalStatus](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.LocalStatus.htm) |
| osdp_ISTAT | 0x65 | Yes | Input Status Report Request | [InputStatus](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.InputStatus.htm) |
| osdp_OSTAT | 0x66 | Yes | Output Status Report Request | [OutputStatus](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.OutputStatus.htm) |
| osdp_LSTAT | 0x64 | Yes | Local Status Report Request | [LocalStatus](https://z-bitco.com/downloads/OSDP.Net/docs/class_o_s_d_p_1_1_net_1_1_control_panel.html#a5b7cb91c77afe8a0cca9a1337339f31a) |
| osdp_ISTAT | 0x65 | Yes | Input Status Report Request | [InputStatus](https://z-bitco.com/downloads/OSDP.Net/docs/class_o_s_d_p_1_1_net_1_1_control_panel.html#a4a73c880d9bfb1aa378bcffc3df7c32e) |
| osdp_OSTAT | 0x66 | Yes | Output Status Report Request | [OutputStatus](https://z-bitco.com/downloads/OSDP.Net/docs/class_o_s_d_p_1_1_net_1_1_control_panel.html#ab459d6daf76c9341c9e919374c8cac2c) |
| osdp_RSTAT | 0x67 | Yes | Reader Status Report Request | [ReaderStatus](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.ReaderStatus.htm) |
| osdp_OUT | 0x68 | Yes | Output Control Command | [OutputControl](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.OutputControl.htm) |
| osdp_LED | 0x69 | Yes | Reader Led Control Command | [ReaderLedControl](https://z-bitco.com/downloads/OSDP.Net/docs/html/M-OSDP.Net.ControlPanel.ReaderLedControl.htm) |
Expand Down

0 comments on commit 5f7b55a

Please sign in to comment.