• smarthome

Main interfaces to access local home platform functionality.

Index

Type aliases

FilterFunc

FilterFunc: (commandResponse: CommandSuccess) => boolean

Type declaration

IntentRequest

Generic Intent request. Used in API signatures that accept any intent.

IntentResponse

Generic Intent response. Used in API signatures that accept any intent.

TransformFunc

TransformFunc: (commandResponse: CommandSuccess) => unknown

Type declaration