Modifying the "notification" tab

Can anyone give me any pointers re: the above? preferably just a pointer towards some documentation etc. I would like to be able to add my “vera alert” app as an option on that tab so I can use it “scene-less”.

Thanks!

Richard

From D_*.json:

"Label": {
                        "lang_tag": "notifications",
                        "text": "Notifications" 
                    },
                    "Position": "5",
                    "TabType": "javascript",
                    "ScriptName": "shared.js",
                    "Function": "device_notifications" 

Ask the JavaScript function [tt]device_notifications[/tt]. :slight_smile: