From 484da48042562dc543639b1f57c4b8028562e08c Mon Sep 17 00:00:00 2001 From: Josh Bowling Date: Tue, 26 Nov 2024 16:18:59 +0900 Subject: [PATCH] Update v7 allowlisted model Change-type: patch --- src/types/v7-model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/v7-model.ts b/src/types/v7-model.ts index cca90105e..b5e3178ef 100644 --- a/src/types/v7-model.ts +++ b/src/types/v7-model.ts @@ -602,7 +602,7 @@ export interface Device { Write: { uuid: Types['Text']['Write']; local_id: Types['Short Text']['Write'] | null; - device_name: Types['Short Text']['Write'] | null; + device_name: Types['Short Text']['Write']; note: Types['Text']['Write'] | null; is_of__device_type: Types['Integer']['Write']; belongs_to__application: Types['Integer']['Write'] | null;