IoT Stadium

API Documentation

Automation

Automation - Get Actuator

Getting the actuators

Get
https://api.iotstadium.com/auth/ext/devices/:id/actuator
{
    "message": "success",
    "code": 200,
    "data": {
        "device_actuators": [
            {
                "id": 140,
                "actuator_name": "ets",
                "action_key": "2139129123",
                "access_type": null,
                "last_update": "",
                "device_actuator_action": [
                    {
                        "device_actuator_id": 140,
                        "id": 733,
                        "action_value": "on"
                    },
                    {
                        "device_actuator_id": 140,
                        "id": 734,
                        "action_value": "off"
                    }
                ]
            }
        ]
    }
}