@gem-sdk/core 13.1.0 → 13.1.3
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
|
@@ -36359,6 +36359,7 @@ type ControlTrigger = {
|
|
|
36359
36359
|
settings?: ControlTriggerSetting[];
|
|
36360
36360
|
options?: {
|
|
36361
36361
|
noRecordHistory?: boolean;
|
|
36362
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
36362
36363
|
};
|
|
36363
36364
|
};
|
|
36364
36365
|
type SettingUICompo = {
|
|
@@ -37678,6 +37679,7 @@ type ControlUI = {
|
|
|
37678
37679
|
}[];
|
|
37679
37680
|
options?: {
|
|
37680
37681
|
noRecordHistory?: boolean;
|
|
37682
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
37681
37683
|
};
|
|
37682
37684
|
};
|
|
37683
37685
|
onlyShowInTags?: string[];
|