meta icon indicating copy to clipboard operation
meta copied to clipboard

Listeners in custom-driver using type=static without command cause duplicate actions.

Open Ton-O opened this issue 4 years ago • 0 comments

When creating a custom driver in meta that uses a listener with type=static and no (or an empty) command will cause various actions to be executed multiple times WHEN multiple driver-instances are activated! A bypass for now is to add a unique string in "command":"", like f.e. the IP-address of the controlled device.

Ton-O avatar Jul 23 '21 12:07 Ton-O