Skip to content

Commit

Permalink
Merge pull request #206 from sunspec/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
bobfox authored Mar 2, 2021
2 parents c1c980c + 68d42ae commit 2136f07
Show file tree
Hide file tree
Showing 111 changed files with 3,676 additions and 64 deletions.
3 changes: 3 additions & 0 deletions .clabot
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"contributors": ["bobfox","shelcrow"]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[![Build Status](https://travis-ci.org/sunspec/models.svg?branch=master)](https://travis-ci.org/sunspec/models)

Contribution
============
If you would like to contribute to this project, please contact [email protected] to sign a CLA.
4 changes: 4 additions & 0 deletions json/model_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 1
Expand All @@ -18,6 +19,7 @@
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
Expand Down Expand Up @@ -69,11 +71,13 @@
"desc": "Modbus device address",
"label": "Device Address",
"name": "DA",
"size": 1,
"type": "uint16"
},
{
"desc": "Force even alignment",
"name": "Pad",
"size": 1,
"static": "S",
"type": "pad"
}
Expand Down
6 changes: 6 additions & 0 deletions json/model_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 10
Expand All @@ -18,6 +19,7 @@
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
Expand All @@ -26,6 +28,7 @@
"label": "Interface Status",
"mandatory": "M",
"name": "St",
"size": 1,
"symbols": [
{
"name": "DOWN",
Expand All @@ -47,12 +50,14 @@
"desc": "Overall interface control (TBD)",
"label": "Interface Control",
"name": "Ctl",
"size": 1,
"type": "uint16"
},
{
"desc": "Enumerated value. Type of physical media",
"label": "Physical Access Type",
"name": "Typ",
"size": 1,
"symbols": [
{
"name": "UNKNOWN",
Expand All @@ -79,6 +84,7 @@
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
Expand Down
Loading

0 comments on commit 2136f07

Please sign in to comment.