call_domoticz_api
Execute a generic Domoticz API call by specifying the action parameter and any additional query parameters to control or retrieve smart home data.
Instructions
Call a generic Domoticz API endpoint.
Args: param: The 'param' parameter of the JSON API (e.g. 'checkforupdate'). kwargs: Dictionary of additional query parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | ||
| kwargs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |