Skip to contents

AP System single device query

Usage

query_ap_device(device_ip, query)

Arguments

device_ip

IP address or name of the device

query

the API query string

Value

a data-frame with a `device_id` column and the `$data` turned into as many columns as expected

Examples

if (FALSE) { # \dontrun{
query_ap_device(device_ip = "192.168.0.234", query = "getDeviceInfo")
} # }