Page 1 of 1

wildcard position in device trigger matters?

Posted: Sunday 01 April 2018 23:08
by renerene
Wiki: https://www.domoticz.com/wiki/DzVents:_ ... r_examples
The name of your device between string quotes. You can use the asterisk (*) wild-card here e.g. PIR_* or *_PIR. E.g.: devices = { 'myDevice', 'anotherDevice', 123, 'pir*' }
My code:

Code: Select all

	    devices = 
	        {
	            'PIR*',
                'door*',
                'triggerhulp'
            }
Question:
is this a bug:
Not only doorGargage is triggered but also Screendoor??

Re: wildcard position in device trigger matters?

Posted: Monday 02 April 2018 1:27
by waaren