Skip to content

Commit

Permalink
🐛 Mark is_active device property as read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Nov 27, 2023
1 parent de668db commit 316f510
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ns/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface TransformedProperties {

export interface SettableProperties {
name: string;
is_active: boolean;
}

export interface ObservableProperties {
Expand Down

0 comments on commit 316f510

Please sign in to comment.