R/get_alarm.R
get_alarm.Rd
Get inverter device alarms
get_alarm(device_ip, model = "APSystems")
list or vector of devices IP address
the inverter device model. Currently only "APSystems" is supported.
a dataframe with one row of device information per `device_id` answering the query.
if (FALSE) { # \dontrun{ get_alarm(c("192.168.0.12", "192.168.0.230")) } # }