master
Mineinjava 2023-11-10 13:41:52 -08:00
parent b15c3e045a
commit a2fdb11685
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ E.on('notify',msg=>{
}; };
var replacer = ""; //(n)=>print('Unknown unicode '+n.toString(16)); var replacer = ""; //(n)=>print('Unknown unicode '+n.toString(16));
//if (appNames[msg.appId]) msg.a //if (appNames[msg.appId]) msg.a
if (msg.title === "BangleDumpCalendar") { if (msg.appId === "com.apple.shortcuts") {
// parse the message body into json: // parse the message body into json:
const d = JSON.parse(msg.message); const d = JSON.parse(msg.message);
/* Example: /* Example: