Building Pages in the OH3 UI: documentation draft (2/3)

Anyone able to point me in the right direction. I figured now that I have all my lights and such fully working via the Model that I would try my luck at creating a Widget for a universal remote. I started with the weather widget that is in the tutorials here and stripped it down to just a button but can not get this to trigger my RM3 broadlink IR which I have working via the Model and a test Page for controling my cable box, tv, receiver, etc… Im pretty sure Im just confused or not completely understanding some concept of this code. I thought it would have been as simple as issuing the same YAML code that was created for my button.

Screen Shot 2021-02-28 at 4.28.36 PM

uid: universalremote
tags: []
props:
  parameters:
    - context: item
      description: Prefix for the items with the data
      label:
      name:
      required: false
      type: TEXT
  parameterGroups: []
timestamp: Feb 28, 2021, 3:52:22 PM
component: f7-card
config:
  title: Universal Remote Control
slots:
  default:
    - component: f7-card-content
      slots:
        default:
          - component: f7-row
            config:
              class:
                - display-flex
                - justify-content-center
                - align-content-stretch
                - align-items-center
            slots:
              default:
                - component: oh-button
                  config:
                    text: POWER
                    action: command
                    actionOptions: 
                    actionitem: BroadlinkRM3v1105719216810137_Command
                    actioncommand: CABLE_POWER
                    style:
                      fontSize: 24px
                - component: f7-icon
                  config:
                    f7: power
                    color: blue

Edit; I tried following a few other posts regarding this same idea but still cant make the widget trigger anything.
https://community.openhab.org/t/oh3-ui-ir-widget/108293

Edit: I figured it out. I had a spelling and punctuation mistake in multiple spots. :slight_smile: took about 12 hours too long to figure it out lol