openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 69 forks source link

Class Decoration - CronTrigger - inputs map is empty #304

Closed lukicsl closed 4 years ago

lukicsl commented 4 years ago

I have realized that different from other triggers the CronTrigger is not filling the inputs map (parameter of the execute method). This does not seem to be consistent compared to other trigger types, at least “module” should be populated with the trigger name.

More info here: Class Decoration - CronTrigger - inputs map is empty

5iver commented 4 years ago

This would need to be addressed in the GenericCronTriggerHandler within openhab-core.

lukicsl commented 4 years ago

This would need to be addressed in the GenericCronTriggerHandler within openhab-core.

@openhab-5iver Opened an issue, there. Could you please help to make it more precise if it is missing something. GenericCronTriggerHandler does not give back context information