View source: R/get_device_info.R
get_device_info | R Documentation |
Get inverter device information
get_device_info(device_ip, model = "APSystems")
device_ip |
list or vector of devices IP address |
model |
the inverter device model. Currently only "APSystems" is supported. |
a data-frame with one row of device information per 'device_id' answering the query.
## Not run:
get_device_info(c("192.168.0.12", "192.168.0.230"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.