Skip to content

Commit

Permalink
Update v7 allowlisted model
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
joshbwlng committed Nov 27, 2024
1 parent 92bfe5d commit 484da48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/v7-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 484da48

Please sign in to comment.