kann mir jemand sagen warum die rule in der neuen UI nicht funktioniert?
Rule:
Code: Alles auswählen
triggers:
- id: "1"
configuration:
cronExpression: " 0 20 14 ? * * "
type: timer.GenericCronTrigger
conditions: []
actions:
- inputs: {}
id: script
configuration:
type: application/vnd.openhab.dsl.rule
script: |
// context: sound-1
{
PLAY3Notificationsound("doorbell.mp3", new PercentType(27))
}
type: script.ScriptAction