From f912c150ffc8c747a98027399210891fba17f6d2 Mon Sep 17 00:00:00 2001 From: Long Zheng Date: Mon, 2 Sep 2024 20:42:31 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c7bb25..ad39429 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The server uses a configuration JSON to configure how it works. To configure the inverter and meter connections, add the following property to `config.json` -```json +```js { "sunSpec": { "control": true, // (true/false) optional: whether the inverters should be controlled based on limits, turn off to simulate @@ -57,7 +57,7 @@ To configure the inverter and meter connections, add the following property to ` To set fixed limits (such as for fixed export limits), add the following property to `config.json` -```json +```js { "limit": { "connect": true, // (true/false) optional: whether the inverters should be connected to the grid @@ -75,7 +75,7 @@ To set fixed limits (such as for fixed export limits), add the following propert To use CSIP-AUS, add following property to `config.json` -```json +```js { "sep2": { "host": "https://sep2-test.energyq.com.au", // (string) required: the SEP2 server host