Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentIO committed Jul 14, 2024
1 parent fe65e35 commit 3fe90ad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions controller/support/tag_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Tag Application and Usage

Tags are designed to help during the configuration process to logically group and segment controllers, clients, inputs, and outputs. However, the usage of the tag varies by where it is applied. The chart below explains the application versus production usage of the applied tag.


## Controllers
| Application | Usage |
| ----------- | ----- |
| Controller | None; Tag is not imported from the JSON |
| Port->Channel | None; Tag is not imported from the JSON |
| Outputs | None; Tag is not imported from the JSON |


## Clients
| Application | Usage |
| ----------- | ----- |
| Channel | Client subscribes to the tag and applies the LED brightness based on tag. For example, when the "SECURITY" tag is broadcast across MQTT, the LED will illuminate, extinguish, or animate |

0 comments on commit 3fe90ad

Please sign in to comment.