From 03130d3de24cb0bf8f868a2171e2de3f6c43d4b3 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 19 Jan 2023 09:09:34 +0100 Subject: [PATCH] formatting --- interface/src/project/types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/project/types.ts b/interface/src/project/types.ts index aa7230ed6..cad7c94fa 100644 --- a/interface/src/project/types.ts +++ b/interface/src/project/types.ts @@ -143,13 +143,13 @@ export interface DeviceEntity { n?: string; // fullname, optional cn?: string; // custom fullname, optional m: number; // mask + w: boolean; // writeable o_m?: number; // original mask before edits o_cn?: string; // original cn before edits - w: boolean; // writeable mi?: string; // min value ma?: string; // max value - o_mi?: string; - o_ma?: string; + o_mi?: string; // original min value + o_ma?: string; // original max value } export interface CustomEntities {