query_ap_device | R Documentation |
AP System single device query
query_ap_device(device_ip, query)
device_ip |
IP address or name of the device |
query |
the API query string |
a data-frame with a 'device_id' column and the '$data' turned into as many columns as expected
Other device queries:
query_ap_devices()
,
query_enphaseenergy_device()
,
query_enphaseenvoy_device()
,
query_fronius_device()
,
query_fronius_devices()
## Not run:
query_ap_device(device_ip = "192.168.0.234", query = "getDeviceInfo")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.