parent
dc215addb4
commit
a95e7bbb13
7 changed files with 124 additions and 71 deletions
|
|
@ -59,16 +59,16 @@ async function handleAdbPayload(raw_payload: string) {
|
|||
}
|
||||
|
||||
if (raw_payload.startsWith('save_recipe_machine')) {
|
||||
handleIncomingMessages(
|
||||
JSON.stringify({
|
||||
type: 'ui_action',
|
||||
payload: {
|
||||
action: uiAction,
|
||||
from: 'brew',
|
||||
ref: `${pd}.${action}`
|
||||
}
|
||||
})
|
||||
);
|
||||
// handleIncomingMessages(
|
||||
// JSON.stringify({
|
||||
// type: 'ui_action',
|
||||
// payload: {
|
||||
// action: uiAction,
|
||||
// from: 'brew',
|
||||
// ref: `${pd}.${action}`
|
||||
// }
|
||||
// })
|
||||
// );
|
||||
}
|
||||
} else if (raw_payload.startsWith('state')) {
|
||||
let res = raw_payload.split('/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue