From 6c1e966d839e4c9a0003b49c3c1e10e4f197a7e7 Mon Sep 17 00:00:00 2001 From: Rohit Jadhav Date: Tue, 26 Dec 2023 12:24:42 +0530 Subject: [PATCH] Address review comments --- .../energy-management-app/esp32/README.md | 20 ++++++++----------- .../energy-management-app/esp32/main/main.cpp | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/examples/energy-management-app/esp32/README.md b/examples/energy-management-app/esp32/README.md index 75890a491b5fdb..c2fb2bc7a1f63c 100644 --- a/examples/energy-management-app/esp32/README.md +++ b/examples/energy-management-app/esp32/README.md @@ -37,17 +37,13 @@ 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 Electric Vehicle Supply + Equipment cluster command to disable/enable 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 energyevse disable 1 +``` - $ ./out/debug/chip-tool colorcontrol move-to-hue-and-saturation 240 100 0 0 0 1 +``` + $ ./out/debug/chip-tool energyevse enable-charging 0xFFFFFFFF 6000 32000 1 --timedInteractionTimeoutMs