This endpoint re-enables readings for the device provided in the request body.
In order to re-enable readings for a device, all of the following must apply:
- The Device must be owned by the Customer making the request
- The Device's "disabledReadings" field must be true
Fetch Device
Authentication
Impilo-API-Keystring
API Key authentication via header
Request
This endpoint expects an object.
deviceIdlongOptional
The ID of the device. Either this value or a Device Identifier are required to identify the Device.
deviceIdentifierstringOptional
The Identifier, such as a Serial Number, of the device. Either this value or a Device Id are required to identify the Device.
API Key authentication via header
This endpoint re-enables readings for the device provided in the request body.
In order to re-enable readings for a device, all of the following must apply:
The Device must be owned by the Customer making the request
The Device’s “disabledReadings” field must be true