libnutclient_devices (3) Linux Manual Page
libnutclient_devices, nutclient_get_devices, nutclient_has_device, nutclient_get_device_description – Device related functions in Network UPS Tools high-level client access library Synopsis#include <nutclient.h>typedef void* NUTCLIENT_t;strarr nutclient_get_devices(NUTCLIENT_t client); int nutclient_has_device(NUTCLIENT_t client, const char* dev); char* nutclient_get_device_description(NUTCLIENT_t client, const char* dev);DescriptionThese functions allow to manage devices. The nutclient_get_devices() function retrieve the list of devices monitored by a client. The returned strarr must…
