Seite 1 von 1

Rule Openhab3

Verfasst: 11. Jan 2021 14:44
von Markus_JE
Hallo zusammen,

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