@gem-sdk/core 12.0.0-dev.36 → 12.0.0-dev.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37106,6 +37106,7 @@ type ControlTrigger = {
|
|
|
37106
37106
|
settings?: ControlTriggerSetting[];
|
|
37107
37107
|
options?: {
|
|
37108
37108
|
noRecordHistory?: boolean;
|
|
37109
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
37109
37110
|
};
|
|
37110
37111
|
};
|
|
37111
37112
|
type SettingUICompo = {
|
|
@@ -38494,6 +38495,7 @@ type ControlUI = {
|
|
|
38494
38495
|
}[];
|
|
38495
38496
|
options?: {
|
|
38496
38497
|
noRecordHistory?: boolean;
|
|
38498
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
38497
38499
|
};
|
|
38498
38500
|
};
|
|
38499
38501
|
onlyShowInTags?: string[];
|