Skip to content

Commit

Permalink
VSCP protocol level added to manufacturer info.
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Apr 14, 2022
1 parent 60448ab commit a8030fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<var>
<creation-time>2022-01-13 09:24</creation-time>
<document-version>1.13.0</document-version>
<creation-time>2022-04-14 11:04</creation-time>
<document-version>1.13.1</document-version>
</var>
8 changes: 8 additions & 0 deletions vscp_module_description_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Every module should have an initial block that describes the module. This block
```xml
<vscp>
<module>
<level>1/2</level>
<name>aaaaaaaa</name>
<model>bbbbb</model>
<version>cccccc</version>
Expand All @@ -79,6 +80,10 @@ Every module should have an initial block that describes the module. This block
<buffersize>8</buffersize>
</module>
```

#### level
VSCP level of protocol this module works with. Defaults to 1 if not present.

#### name
Name is the name of the module. A unique describing name is recommended. This name will be translated to lower case and is used as the name of the module when referring to it in software.

Expand Down Expand Up @@ -1520,6 +1525,7 @@ Every module should have an initial block that describes the module. This block
```json
{
"module": {
"level": "1/2",
"name": "Simple B test",
"model": "Simple B model",
"version": "B",
Expand Down Expand Up @@ -1611,6 +1617,8 @@ Every module should have an initial block that describes the module. This block
}
```

#### level
Level of the VSCP protocol this module works with. Can be 1 or 2 and defaults to 1 if not present.

#### name
Name is the name of the module. A unique describing name is recommended. This name will be translated to lower case and is used as the name of the module when referring to it in software.
Expand Down
1 change: 1 addition & 0 deletions vscp_specification_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Date | By | Description |
| ---------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2022-04-14 | AKHE | VSCP protocol level added to manufacturer info. Default to 1 |
| 2022-01-21 | AKHE | Added proper description of JSON formatted MDF files. |
| 2022-01-17 | AKHE | Two new standard register positions has been added for 'firmware code' |
| 2022-01-13 | AKHE | Updated MDF info. 'abstraction' has been changed to 'remotevar'. 'abstraction' can still be used. 'name' attribute is not language dependent anymore. |
Expand Down

0 comments on commit a8030fd

Please sign in to comment.