Robert D.

Results 20 comments of Robert D.

Shouldn't this be already generated within JRuleActions?

I never used this, thought these are actions from the myopenhab binding. From the current concept, should this be just added to JRule?

I think this is contained in the openhab "core", because it's documented here: https://www.openhab.org/docs/configuration/actions.html#cloud-notification-actions

Yes, you're right. So it makes sense to generate this as well.

it's a bug. [Ticket](https://github.com/ical4j/ical4j/issues/82)

@au-hao Same problem here, could you find the problem?

running this (not all persistence functions of course) for a few weeks and it's working

@seime your failing test `ITJRulePersistence.persistenceAllTypes` is working for me, i added something to be more type safe in the test. try it out please.

Strange, this is working for me (Test function ITJRulePersistence#persistenceAllTypes). The as() function from JRuleQuantityValue (oh=QuantityType) to JRuleDecimalValue (oh=DecimalType) is a valid call which works. I use this in my productive...

@seime The exception seems to be gone.