Provide a description of the purpose of the module and any relevant information.
Provide a description of the model and any relevant information.
The following attribute template can be used to configure this model:
{
"attribute_1": <float>,
"attribute_2": <string>
}
The following attributes are available for this model:
Name | Type | Inclusion | Description |
---|---|---|---|
attribute_1 |
float | Required | Description of attribute 1 |
attribute_2 |
string | Optional | Description of attribute 2 |
{
"attribute_1": 1.0,
"attribute_2": "foo"
}
If your model implements DoCommand, provide an example payload of each command that is supported and the arguments that can be used. If your model does not implement DoCommand, remove this section.
{
"command_name": {
"arg1": "foo",
"arg2": 1
}
}