中间版本,对于解封超过1024的消息有问题,暂存历史
This commit is contained in:
5
aio/code/automatic_test/templates/state.get_state.json
Normal file
5
aio/code/automatic_test/templates/state.get_state.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"id": "xxxxxxxxxxx",
|
||||
"module": "system",
|
||||
"command": "state.get_state"
|
||||
}
|
5
aio/code/automatic_test/templates/state.get_tp_mode.json
Normal file
5
aio/code/automatic_test/templates/state.get_tp_mode.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"id": "xxxxxxxxxxx",
|
||||
"module": "system",
|
||||
"command": "state.get_tp_mode"
|
||||
}
|
8
aio/code/automatic_test/templates/state.set_tp_mode.json
Normal file
8
aio/code/automatic_test/templates/state.set_tp_mode.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "xxxxxxxxxxx",
|
||||
"module": "system",
|
||||
"command": "state.set_tp_mode",
|
||||
"data": {
|
||||
"tp_mode": "with"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user