added w (writeable)

This commit is contained in:
proddy
2022-03-27 22:13:04 +02:00
parent fe3e02cb2e
commit 7a67577aa1
2 changed files with 8 additions and 5 deletions

View File

@@ -147,6 +147,7 @@ export interface DeviceEntity {
n: string; // name
s: string; // shortname
m: number; // mask
w?: boolean; // writeable
i: number; // unique id
}