Seite 1 von 1

LCN Tasten in einem Widget funktionieren nicht

Verfasst: 11. Mär 2025 23:39
von pauliv_de
Ein Widget möchte ich erstellen mit dem per "Klick" in einem Modul eine Taste ausgelöst wird.
Allerdings gelingt mir dies nicht, im Log bekomme ich auch keine Fehlermeldung....

Code: Alles auswählen

uid: oh-button-lcn-action033
tags: []
props:
  parameters: []
  parameterGroups: []
timestamp: Mar 11, 2025, 11:32:44 PM
component: f7-card
config:
  title: oh-button-lcn-action (Test hitkey on M033)
slots:
  default:
    - component: f7-block
      config:
        class: bog
        style:
          background: lightgreen
          display: flex
          justify-content: left
          padding: 20px
      slots:
        default:
          - component: oh-button
            config:
              actionCommand: getActions("lcn", "lcn:module:0a88228d93:S000M033").hitKey("D",
                1, "HIT")
              outline: true
              style:
                margin-right: 10px
                width: 200px
              text: LCN 033 D1
          - component: oh-button
            config:
              action: getActions("lcn", "lcn:module:0a88228d93:S000M033").hitKey("D", 1,
                "HIT")
              actionCommand: hitKey("D", 1, "HIT")
              outline: true
              style:
                margin-right: 10px
                width: 200px
              text: LCN 033 D1
Bin für jeden Tipp dankbar
Paul