smart-me

smart-me

With the smart-me REST API you get Access to all your devices in the smart-me Cloud and you can add your own devices.
                  {
    "Id": "string",
    "Name": "string",
    "Serial": 0,
    "ValueDate": "2019-08-24T14:15:22Z",
    "Values": [
        {
            "Name": "string",
            "Value": 0.1
        }
    ]
}
              

Response example. If you want to see more check the documentation.

The Smart-Me API provides developers with programmatic access to Smart-Me’s IoT (Internet of Things) platform, enabling the integration of smart devices and sensors for monitoring and automation. The API allows users to retrieve data from connected devices, manage device settings, and control actions remotely.

It supports operations for querying sensor values, adjusting configurations, and setting up notifications or triggers. The Smart-Me API is designed to help developers build customized solutions for energy management, smart homes, or other IoT-based applications.