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