Page 1 of 1

Cast notification

Posted: Thursday 02 July 2020 12:48
by DewGew
I have installed Domoticz-Google-Plugin and I want to send voice notification with this plugin. Can I call this subsystem with dzVents?

Re: Cast notification

Posted: Thursday 02 July 2020 13:33
by waaren
DewGew wrote: Thursday 02 July 2020 12:48 I have installed Domoticz-Google-Plugin and I want to send voice notification with this plugin. Can I call this subsystem with dzVents?
Please try with

Code: Select all

dz.notify('test','test',nil,nil,nil,'Google_Devices')

Re: Cast notification  [Solved]

Posted: Friday 03 July 2020 14:05
by DewGew
Works! Thanks waaren!