From 0f57cfebe0125b45aa9c54225ecd0aa4bd670d5f Mon Sep 17 00:00:00 2001 From: Rohit Jadhav Date: Tue, 26 Dec 2023 12:24:42 +0530 Subject: [PATCH] Address review comments --- examples/energy-management-app/esp32/README.md | 18 +++++------------- .../energy-management-app/esp32/main/main.cpp | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/examples/energy-management-app/esp32/README.md b/examples/energy-management-app/esp32/README.md index 75890a491b5fdb..d1d575b24b526a 100644 --- a/examples/energy-management-app/esp32/README.md +++ b/examples/energy-management-app/esp32/README.md @@ -37,17 +37,9 @@ cp /path/to/auth/key.txt path/to/connectedhomeip/examples/energy-management-app/ ### Cluster Control -- After successful commissioning, use the OnOff cluster command to control the - OnOff attribute. This allows you to toggle a parameter implemented by the - device to be On or Off. +- After successful commissioning, use the Energy-EVSE cluster command to + disable charging and discharging. - $ ./out/debug/chip-tool onoff on 1 - -- On - [ESP32C3-DevKitM](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html) - or - [ESP32S3-DevKitM](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html) - board, there is an on-board RGB-LED. Use ColorControl cluster command to - control the color attributes: - - $ ./out/debug/chip-tool colorcontrol move-to-hue-and-saturation 240 100 0 0 0 1 +``` + $ ./out/debug/chip-tool energyevse enable-charging 1 --timedInteractionTimeoutMs