Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng authored Sep 2, 2024
1 parent 72f243a commit f912c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f912c15

Please sign in to comment.