Update
This commit is contained in:
parent
cd2c511afc
commit
cf6a950dcb
|
|
@ -549,8 +549,8 @@ export class WebSocketIo {
|
|||
const stationId = data.stationId || ''
|
||||
const station = await Station.find(stationId)
|
||||
// Check station sendWiki flag
|
||||
console.log('[DPELP] Received run all dpelp', station?.send_wiki)
|
||||
if (!station || !station?.send_wiki) return
|
||||
console.log('[DPELP] Received run all dpelp')
|
||||
|
||||
const results = await this.waitUntilAllReady(lineIds)
|
||||
const tableHTML = this.generateTable(results)
|
||||
|
|
|
|||
|
|
@ -53,9 +53,16 @@ export const ButtonDPELP = ({
|
|||
},
|
||||
{
|
||||
expect: "",
|
||||
send: "",
|
||||
send: "\r\n",
|
||||
delay: "1000",
|
||||
repeat: "2",
|
||||
repeat: "1",
|
||||
note: "",
|
||||
},
|
||||
{
|
||||
expect: "",
|
||||
send: "\r\n",
|
||||
delay: "1000",
|
||||
repeat: "1",
|
||||
note: "",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue