call-service-response
Response from the websocket API when a service is called
Name | call-service-response |
---|---|
Type | Interface |
Path | packages/hass-ts/src/lib/core/websocket-client/messages/call-service-response.ts |
Properties
Name | Type | Description |
---|---|---|
context | {
id: string;
parent_id: null | string;
user_id: string;
} | |
response | null | Record<string, unknown> | |