Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and soares-sergio committed Oct 30, 2024
1 parent e9afe42 commit e8a28fd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/energy-management-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,13 @@ Step-by-step:
1. Set the default TestEventTrigger (`0x0094000000000000`):
- `0x0094000000000000` corresponds to `kBasicInstallationTestEvent` from `WaterHeadermanagementTestEventTriggerHandler.h`
- `hex:00010203...0e0f` is the `--enable-key` passed to the startup of chip-energy-management-app
- `0x12344321` is the node-id that the app was commissioned on
- final `0` is the endpoint on which the `GeneralDiagnostics` cluster exists to call the `TestEventTrigger` command
- `0x0094000000000000` corresponds to `kBasicInstallationTestEvent` from
`WaterHeadermanagementTestEventTriggerHandler.h`
- `hex:00010203...0e0f` is the `--enable-key` passed to the startup of
chip-energy-management-app
- `0x12344321` is the node-id that the app was commissioned on
- final `0` is the endpoint on which the `GeneralDiagnostics` cluster exists
to call the `TestEventTrigger` command
```
./out/linux-x64-chip-tool-no-ble/chip-tool generaldiagnostics test-event-trigger hex:000102030405060708090a0b0c0d0e0f 0x0094000000000000 0x12344321 0
```
Expand Down

0 comments on commit e8a28fd

Please sign in to comment.