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:
parent
dc327e7779
commit
4cb98f8672
7 changed files with 141 additions and 4 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue