Skip to content

Commit 0da60bb

Browse files
committed
Update to 2.2.0
1 parent 3b1f9a6 commit 0da60bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
A Node Red module that allows to use the offical Ecoflow HTTP API to read data from various supported Ecoflow devices.
44

5+
Big thanks to [@rustyy](https://github.com/rustyy/ecoflow-api) for providing an easy to use javascript library which makes the implementation of the interactions way easier.
6+
57
At the moment the following functions are supported:
68
- [List devices](#query-the-device-list)
79
- [Query all data of a device](#query-all-data-of-a-device)
810
- [Generic set of data of a device](#set-a-specific-datapoint)
911
- [Query for the user specific MQTT parameters](#query-mqtt-configuration-parameter)
1012

13+
It also has a specific node for the following device types, to make interaction with the functions of these easier (see the documentation of the nodes for more information):
14+
- PowerStream
15+
1116
## Supported device types
1217

1318
Because this module uses the standard HTTP API from Ecoflow it should support all devices that are also supported from the offical API.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaoranlaos/node-red-contrib-ecoflow-http-api",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A Node-Red plugin that usese the offical Ecoflow HTTP-API to get data for some supported ecoflow devices.",
55
"author": "Shaoranlaos",
66
"main": "ecoflow-api.js",

0 commit comments

Comments
 (0)