Update ButtonAction.tsx
This commit is contained in:
parent
f0b1a09fd4
commit
67d8eabc07
|
|
@ -135,13 +135,13 @@ export const ButtonDPELP = ({
|
|||
repeat: "1",
|
||||
note: "",
|
||||
},
|
||||
// {
|
||||
// expect: "",
|
||||
// send: "show platform",
|
||||
// delay: "3000",
|
||||
// repeat: "1",
|
||||
// note: "",
|
||||
// },
|
||||
{
|
||||
expect: "",
|
||||
send: "show platform",
|
||||
delay: "3000",
|
||||
repeat: "1",
|
||||
note: "",
|
||||
},
|
||||
];
|
||||
socket?.emit(
|
||||
"run_scenario",
|
||||
|
|
|
|||
Loading…
Reference in New Issue