Skip to content

Commit

Permalink
Commands: ID shown in hex
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-fadli-netatmo committed Sep 27, 2023
1 parent 7d1ccc3 commit a3152e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommandsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const CommandRow = ({ command, index, cluster_code, cluster_side }) => {
<TableCell>{direction_cell}</TableCell>
<TableCell>{server_cell}</TableCell>
<TableCell>{command.name}</TableCell>
<TableCell>{command.code}</TableCell>
<TableCell>0x{command.code.toString(16).toUpperCase()}</TableCell>
<TableCell>{command_desc}</TableCell>
</TableRow>
);
Expand Down

0 comments on commit a3152e6

Please sign in to comment.