...
A client monitored by the integrator software experiences a change in power level, and the software needs to verify if the new power level in its monitoring system differs from the client’s power level in OZmap. If they are different, it needs to update the power level to the new value in OZmap. The client in this software is identified in OZmap by the 'Code' (code
) attribute in this example, but other attributes can be used, such as the MAC address (mac_address
).
🔗 API
With this scenario understood, the The next step is to understand figure out how the requests for reading and updating the client’s power level should be made. Below is an example:
...