Visual notification/alerts
Posted: Friday 07 October 2022 17:25
I miss some Visual notification/alerts function in domoticz, a simple popup to warn when something goes wrong that we can use in our scripts and so on.
Cheers
Cheers

Edit:notify(subject, message [,priority][,sound][,extra][,subsystem][,delay]3.0.10 ):
Function. Send a notification (like Prowl). Priority can be like domoticz.PRIORITY_LOW, PRIORITY_MODERATE, PRIORITY_NORMAL, PRIORITY_HIGH, PRIORITY_EMERGENCY. extra is notification subsystem specific. For NSS_FIREBASE you can use this field to specify the target mobile (‘midx_1’, midx_2, etc..). For sound see list of dzVents Constants for the SOUND constants below. subsystem defaults to all subsystems but can be one subsystem or a table containing one or more notification subsystems. See list of dzVents Constants for domoticz.NSS_subsystem types. Delay is delay in seconds