Skip to content

Commit 2136f07

Browse files
author
bobfox
authored
Merge pull request #206 from sunspec/development
Development
2 parents c1c980c + 68d42ae commit 2136f07

111 files changed

Lines changed: 3676 additions & 64 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clabot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"contributors": ["bobfox","shelcrow"]
3+
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
[![Build Status](https://travis-ci.org/sunspec/models.svg?branch=master)](https://travis-ci.org/sunspec/models)
2+
3+
Contribution
4+
============
5+
If you would like to contribute to this project, please contact support@sunspec.org to sign a CLA.

json/model_1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"label": "Model ID",
1010
"mandatory": "M",
1111
"name": "ID",
12+
"size": 1,
1213
"static": "S",
1314
"type": "uint16",
1415
"value": 1
@@ -18,6 +19,7 @@
1819
"label": "Model Length",
1920
"mandatory": "M",
2021
"name": "L",
22+
"size": 1,
2123
"static": "S",
2224
"type": "uint16"
2325
},
@@ -69,11 +71,13 @@
6971
"desc": "Modbus device address",
7072
"label": "Device Address",
7173
"name": "DA",
74+
"size": 1,
7275
"type": "uint16"
7376
},
7477
{
7578
"desc": "Force even alignment",
7679
"name": "Pad",
80+
"size": 1,
7781
"static": "S",
7882
"type": "pad"
7983
}

json/model_10.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"label": "Model ID",
1010
"mandatory": "M",
1111
"name": "ID",
12+
"size": 1,
1213
"static": "S",
1314
"type": "uint16",
1415
"value": 10
@@ -18,6 +19,7 @@
1819
"label": "Model Length",
1920
"mandatory": "M",
2021
"name": "L",
22+
"size": 1,
2123
"static": "S",
2224
"type": "uint16"
2325
},
@@ -26,6 +28,7 @@
2628
"label": "Interface Status",
2729
"mandatory": "M",
2830
"name": "St",
31+
"size": 1,
2932
"symbols": [
3033
{
3134
"name": "DOWN",
@@ -47,12 +50,14 @@
4750
"desc": "Overall interface control (TBD)",
4851
"label": "Interface Control",
4952
"name": "Ctl",
53+
"size": 1,
5054
"type": "uint16"
5155
},
5256
{
5357
"desc": "Enumerated value. Type of physical media",
5458
"label": "Physical Access Type",
5559
"name": "Typ",
60+
"size": 1,
5661
"symbols": [
5762
{
5863
"name": "UNKNOWN",
@@ -79,6 +84,7 @@
7984
},
8085
{
8186
"name": "Pad",
87+
"size": 1,
8288
"type": "pad"
8389
}
8490
],

0 commit comments

Comments
 (0)