Create device, and generate code based in their serial number and macaddress
Create device, and generate code based in their serial number and macaddress
to create
Success with created device when Successfull, Failure with exception otherwise
Generate Random code for device based in its serial number and macaddress.
Generate Random code for device based in its serial number and macaddress.
to generate code
the generated code for the device
Generates random code to add to the end of device code
Generates random code to add to the end of device code
a string with 3 aplhanumeric characters
Makes a post request to all registered devices to notify for available update.
Makes a post request to all registered devices to notify for available update.
a list with the response code of the post requests.
Registers a device.
Registers a device. If the device doesn't exist, a new device is created. If it exists and is unarchived, it updates the device, if it's archived, an error is thrown.
to register
Success with registered device when Successful, Failure with exception otherwise
Fetches the devices with the provided ip address removes it
Fetches the devices with the provided ip address removes it
true if all devices were updated, false otherwise
Makes a post request to a given device to updated mobile pages
Makes a post request to a given device to updated mobile pages
the response code of the post requests.