You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+44
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,8 @@ This function can be controlled via an option so that you don't always have to c
160
160
| plantData | Boolean | true | True calls the description dataset of the plant. |
161
161
| deviceData | Boolean | true | True calls the description dataset of the plantdevice. |
162
162
| weather | Boolean | true | True calls the weather dataset of the plant. |
163
+
| faultlog | Boolean | false | True retrieves the plant's fault logs. An array with the most recent event first is returned. |
164
+
| faultlogdate | String | 'YYYY' | It is only taken into account if faultlog is true. It must be a string with the date in 'YYYY', 'YYYY-MM', 'YYYY-MM-DD'. |
163
165
| plantId | Integer | undefined | The ID of a plant. So that the output can be restricted. Attention, the ID is constantly changing on demologin. |
164
166
| totalData | Boolean | true | Retrieves the data integrals. The sums since start time. |
165
167
| statusData | Boolean | true | This is not available for all systems. Here, the current operating status, fuel injection, battery charge and generation is called up. However, the data is also contained in historyLast. |
@@ -466,6 +468,48 @@ Therefore, the requests are placed in a queue and processed sequentially. If the
0 commit comments