Learn R Programming

microinverterdata (version 0.3.0)

get_device_info: Get inverter device information

Description

Get inverter device information

Usage

get_device_info(device_ip, model = "APSystems")

Value

a data-frame with one row of device information per `device_id` answering the query.

Arguments

device_ip

list or vector of devices IP address

model

the inverter device model. Currently only "APSystems" is supported.

Examples

Run this code
if (FALSE) {
get_device_info(c("192.168.0.12", "192.168.0.230"))
}

Run the code above in your browser using DataLab