You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phil thinks the following syntax should work for defining tags in a JSON. These can be used to tag both federates as well as interfaces (publications, inputs, and endpoints):
{
“tags”: {
“tag name 1”: “tag value 1”,
“tag name 2”: “tag value 2”
}
}
Tags have been supported for a few releases now but we don't have any example showing why they might be used and how to use them. Add such an example.
The example will likely use the query mechanism to identify the tags on other federates and interfaces.
The example should show how to set tags using the JSON config as well as an API.
The example could show the use of tags to single out a particular EV's power consumption and make a graph of it.
The text was updated successfully, but these errors were encountered: