-
-
Notifications
You must be signed in to change notification settings - Fork 0
Naming Convention
The connector uses the following naming convention for its entities:
A connector entity in the FastyBird IoT ecosystem refers to a entity which is holding basic configuration and is responsible for managing communication with physical world and other FastyBird IoT ecosystem services.
A device in the FastyBird IoT ecosystem refers to a entity which is representing physical device - Viera Televisions.
Channel entity is here to separate logical parts of the Viera Televisions like channels
, HDMI inputs
, control actions
A property in the FastyBird IoT ecosystem refers to a entity which is holding configuration values or device actual state. Connector, Device and Channel entity has own Property entities.
Connector related properties are used to store connector state.
Device related properties are used to store configuration like ip address
, communication port
or to store basic device information
like hardware model
, manufacturer
or encryption key
. Some of them have to be configured to be able
to use this connector or to communicate with device. In case some of the mandatory property is missing, connector
will log and error.
Channel related properties are used for storing actual state of Viera Television. It could be volume state
, actual output
or power state
. These values are read from television and stored in system.
Tip
If you find incorrect or missing information, feel free to notify us. You could use the issue tracker or mail or X network for any idea that can improve the project. Thank you for testing, reporting and contributing.
Homepage https://www.fastybird.com and repository https://github.com/fastybird/viera-connector.