feat: edit value & send to brew

- edited value is now sent to brew

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-04-29 16:05:10 +07:00
parent dc327e7779
commit 4cb98f8672
7 changed files with 141 additions and 4 deletions

View file

@ -34,6 +34,8 @@ async function handleAdbPayload(raw_payload: string) {
let next = states[1].replace('MACHINE_STATE_', '');
console.log('current state', curr, 'next state', next);
addNotification('INFO:Machine Status Updated, ' + next);
}
break;
case 'error':