This commit is contained in:
thanawat saiyota 2026-06-16 15:33:01 +07:00
commit d60a9af6cb
7 changed files with 124 additions and 71 deletions

View file

@ -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('/');