mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
@@ -14898,6 +14898,18 @@ namespace NSPanel {
|
|||||||
popupVersion?: number;
|
popupVersion?: number;
|
||||||
shutterType?: string;
|
shutterType?: string;
|
||||||
shutterZeroIsClosed?: boolean;
|
shutterZeroIsClosed?: boolean;
|
||||||
|
sliderItems?: [sliderItems?, sliderItems?, sliderItems?] | null;
|
||||||
|
};
|
||||||
|
|
||||||
|
type sliderItems = {
|
||||||
|
heading: string;
|
||||||
|
icon1?: string;
|
||||||
|
icon2?: string;
|
||||||
|
minValue?: number;
|
||||||
|
maxValue?: number;
|
||||||
|
stepValue?: number;
|
||||||
|
zeroValue?: boolean;
|
||||||
|
id?: string; // writeable overwrite actual and set
|
||||||
};
|
};
|
||||||
|
|
||||||
type shutterIcons = {
|
type shutterIcons = {
|
||||||
|
|||||||
Reference in New Issue
Block a user