Pirate-MIDI / Pirate-MIDI-BridgeOS

Documenting Bugs & Issues - Public Collaboration
10 stars 2 forks source link

API: Bank Level Exp Messages Contain dataByte2 #61

Closed konnsim closed 2 years ago

konnsim commented 2 years ago

Device(please complete the following information):

Describe the bug When retrieving messages from the expMessages array within a bankSettings object all message objects are returned with a "dataByte2": "0" key value pair in them when they should not contain a dataByte2 IAW the API spec.

To Reproduce Steps to reproduce the behavior:

  1. Configure one or more bank level Exp Messages and send to the device via the API.
  2. Retrieve the data that you sent in step 1 with a DREQ.
  3. Note the added k/v pair.

Expected behavior Bank Exp Messages should not contain a dataByte2 when retrieved.

Screenshots ExpMessageDataByte2

Additional context SENT TO DEVICE: ConfigInApp.txt

RECEIVED FROM DEVICE: RetrievedFromDevice.txt