From aaeee09ce5600218968b66bb89e410b514472573 Mon Sep 17 00:00:00 2001 From: shelcrow Date: Mon, 11 Jan 2021 11:12:43 -0800 Subject: [PATCH] #163 - Model 715; Update points 'DERHb', 'ControllerHb' type to uint32 --- json/model_715.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/model_715.json b/json/model_715.json index ecdc707..a56b4f3 100644 --- a/json/model_715.json +++ b/json/model_715.json @@ -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",