mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
added w (writeable)
This commit is contained in:
@@ -147,6 +147,7 @@ export interface DeviceEntity {
|
||||
n: string; // name
|
||||
s: string; // shortname
|
||||
m: number; // mask
|
||||
w?: boolean; // writeable
|
||||
i: number; // unique id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user