Skip to content

Commit

Permalink
#163 - Model 715; Update points 'DERHb', 'ControllerHb' type to uint32
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow committed Jan 11, 2021
1 parent 0b4bf05 commit aaeee09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json/model_715.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"desc": "Value is incremented every second by the DER with periodic resets to zero.",
"label": "DER Heartbeat",
"name": "DERHb",
"type": "uint16"
"type": "uint32"
},
{
"access": "RW",
"desc": "Value is incremented every second by the controller with periodic resets to zero.",
"label": "Controller Heartbeat",
"name": "ControllerHb",
"type": "uint16"
"type": "uint32"
},
{
"access": "RW",
Expand Down

0 comments on commit aaeee09

Please sign in to comment.