2

Luos new feature: add access management to container.

 3 years ago
source link: https://dev.to/emanuel_allely/luos-new-feature-add-access-management-to-container-31ma
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Cover image for Luos new feature: add access management to container.

Luos new feature: add access management to container.

Jul 29

・1 min read

🆕 Feature: Add access management to container

Sometimes the same container type can be used for input or output purposes. For example, a STATE_TYPE container (which is a basic True/False state) can be used for a button (read-only) or a relay (write-only). This is no big deal regarding the capability of your code because you deal with the messages as you want and make it work as you want, but other containers don't know if it's read-only or write-only.

This new access management feature allows you to declare the readability of your container for the other containers in your device. By default, a container is on a READ_WRITE_ACCESS, and you can choose to make it READ_ONLY_ACCESS, WRITE_ONLY_ACCESS, or even NO_ACCESS.

More details about this can be found in the Containers accessibility section of our documentation.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK