From d00608db5c3285202174099bb34ee5dca08b0642 Mon Sep 17 00:00:00 2001 From: Alex Vayda Date: Wed, 16 Feb 2022 12:42:53 +0100 Subject: Add Zoho Projects recipe (#830) --- recipes/zoho-projects/webview.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/zoho-projects/webview.js (limited to 'recipes/zoho-projects/webview.js') diff --git a/recipes/zoho-projects/webview.js b/recipes/zoho-projects/webview.js new file mode 100644 index 0000000..7d42966 --- /dev/null +++ b/recipes/zoho-projects/webview.js @@ -0,0 +1,8 @@ +module.exports = () => { + // TODO: If your Zoho Projects service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = () => { + // // TODO: Insert your notification-finding code here + // Ferdi.setBadge(0, 0); + // }; + // Ferdi.loop(getMessages); +}; -- cgit v1.2.3-70-g09d2