Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v1/measurement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Each type of meter is available in two versions. The API and functionality is th
| wifi_ssid | String | 1-phase, 3-phase | The Wi-Fi network that the meter is connected to. |
| wifi_strength | Number | 1-phase, 3-phase | The strength of the Wi-Fi signal in %. |
| total_power_import_kwh | Number | 1-phase, 3-phase | The energy usage meter reading in kWh. |
| total_power_import_t1_kwh | Number | 1-phase, 3-phase | Same value as `total_power_import_t1_kwh`, kept for backwards compatibility. |
| total_power_import_t1_kwh | Number | 1-phase, 3-phase | Same value as `total_power_import_kwh`, kept for backwards compatibility. |
| total_power_export_kwh | Number | 1-phase, 3-phase | The energy feed-in meter reading in kWh. |
| total_power_export_t1_kwh | Number | 1-phase, 3-phase | Same value as `total_power_export_kwh`, kept for backwards compatibility. |
| active_power_w | Number | 1-phase, 3-phase | The total active usage in watt. |
Expand Down