Module hass_rs::client

source ·
Expand description

Home Assistant client implementation

Structs§

  • HassClient is a library that is meant to simplify the conversation with HomeAssistant Web Socket Server it provides a number of convenient functions that creates the requests and read the messages from server

Functions§

  • convenient function that validates if the message received is an Event the Events should be processed by used in a separate async task