I’m trying to handle the different buttons on the MiniMote.
Can somebody confirm that all four buttons are always command: 2001 ?
My map of button ID to payload is:
def miniMoteMap = [
"One": "01",
"Two": "29",
"Three": "51",
"Four": "79"
]
I’m trying to handle the different buttons on the MiniMote.
Can somebody confirm that all four buttons are always command: 2001 ?
My map of button ID to payload is:
def miniMoteMap = [
"One": "01",
"Two": "29",
"Three": "51",
"Four": "79"
]