mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
enum for dv flags
This commit is contained in:
@@ -283,3 +283,11 @@ export interface WriteAnalog {
|
||||
uom: number;
|
||||
type: number;
|
||||
}
|
||||
|
||||
export enum DeviceEntityMask {
|
||||
DV_DEFAULT = 0,
|
||||
DV_WEB_EXCLUDE = 1,
|
||||
DV_API_MQTT_EXCLUDE = 2,
|
||||
DV_READONLY = 4,
|
||||
DV_FAVORITE = 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user