cmd-control-client-lib 3.0.156 → 3.0.157
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.
|
@@ -215,6 +215,8 @@ export declare class CMDP_SMSGREACTION implements ICOMMAND {
|
|
|
215
215
|
text?: string;
|
|
216
216
|
/** if the text is empty or not set, the code musst be set to one of CMDP_SINIT.values.reactions */
|
|
217
217
|
code?: string;
|
|
218
|
+
/** reset reaction, if true then text & code are ignored */
|
|
219
|
+
reset?: EnumBooleanStringified;
|
|
218
220
|
};
|
|
219
221
|
}
|
|
220
222
|
/**
|