添加命令GetBlendingConfig/SaveBlendingConfig
This commit is contained in:
parent
0f2ae5452a
commit
05ba07b2d9
|
@ -508,6 +508,12 @@ export namespace Protocol {
|
||||||
public static get kSetBlendingOverlap() {
|
public static get kSetBlendingOverlap() {
|
||||||
return Commands.PROTOCOL_PREFIX + "SetBlendingOverlap";
|
return Commands.PROTOCOL_PREFIX + "SetBlendingOverlap";
|
||||||
}
|
}
|
||||||
|
public static get kGetBlendingConfig() {
|
||||||
|
return Commands.PROTOCOL_PREFIX + "GetBlendingConfig";
|
||||||
|
}
|
||||||
|
public static get kSaveBlendingConfig() {
|
||||||
|
return Commands.PROTOCOL_PREFIX + "SaveBlendingConfig";
|
||||||
|
}
|
||||||
|
|
||||||
static _all_commands = new Set([
|
static _all_commands = new Set([
|
||||||
Commands.kUnKnowCommand,
|
Commands.kUnKnowCommand,
|
||||||
|
|
Loading…
Reference in New Issue