How to "press" a trigger-device over the local REST-API

I have a device with the following configuration: "ABB28EBC3651": { "interface": "TP", "displayName": "Sensor/switch actuator, 8/8gang, MDRC", "unresponsive": false, "unresponsiveCounter": 0, "defect": false, "channels": { ..., "ch0012": { "floor": "01", "room": "13", "displayName": "Garagentor", "functionID": "45", "inputs": { "idp0001": { "pairingID": 2, "value": "1" }, "idp0003": { "pairingID": 4, "value": "0" } }, "outputs": {}, "parameters": { "par0032": "10" } }, ... }, "parameters": { "par0026": "1" } How can I "fire" this trigger through the REST-API? The two input-datapoints don't help

Comments

  •  
    This issue can be closed. I just realised that I need to send the value "1" to idp0001. The trigger-device has no state and is reacting as a momentary switch
    Posted by Hidden Thu, 25 Jan 2024 10:58:50 GMT


You're not signed in. Please sign-in to report an issue or post a comment.