From 1805b3ecad8c516f5f2b6a678bf0cdf29877c449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 29 Nov 2024 01:41:08 +0100 Subject: [PATCH] Update energy-management-app README.md (#36662) * Update energy-management-app README.md Add link to `kBasicInstallationTestEvent` definition * Update README.md * Update README.md * Restyle * Update README.md Use commit it --- examples/energy-management-app/linux/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/energy-management-app/linux/README.md b/examples/energy-management-app/linux/README.md index 637b80f95de8f0..9bb1cd3820f0a0 100644 --- a/examples/energy-management-app/linux/README.md +++ b/examples/energy-management-app/linux/README.md @@ -595,8 +595,9 @@ Step-by-step: 1. Set the default TestEventTrigger (`0x0094000000000000`): -- `0x0094000000000000` corresponds to `kBasicInstallationTestEvent` from - `WaterHeadermanagementTestEventTriggerHandler.h` +- `0x0094000000000000` corresponds to + [`kBasicInstallationTestEvent`](https://github.com/project-chip/connectedhomeip/blob/5e3127f5ac61e13c572a968199280d90a9c19dce/src/app/clusters/water-heater-management-server/WaterHeaterManagementTestEventTriggerHandler.h#L47) + 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