Turns a device ON by setting its power state.
The JWT token for authentication.
The MAC address of the device.
const response = await api.setPowerOn(jwtToken, macAddress);console.log(response); Copy
const response = await api.setPowerOn(jwtToken, macAddress);console.log(response);
Turns a device ON by setting its power state.