MakerAPI/NodeRed/Inovelli LZW31-SN driver Event info

In looking at the event data published by MakerAPI to Nodered, when I send a “startNotification” and “stopNotification” from RM, there is no description etc. in the event data. This is what the event looks like in Nodered.

{“name”:“lastActivity”,“value”:“2020 Jun 26 Fri 8:31:45 AM”,“displayName”:“Breakfast Nook Switch”,“deviceId”:“132”,“descriptionText”:null,“unit”:null,“type”:null,“data”:null}

The Hubitat logs have the correct information:

Hubitat Log

dev:1322020-06-26 08:32:16.671 am infoBreakfast Nook Switch: parameter ‘16’ with a byte size of ‘4’ is set to ‘0’

dev:1322020-06-26 08:32:11.244 am infoBreakfast Nook Switch: stopNotification()

dev:1322020-06-26 08:31:45.261 am infoBreakfast Nook Switch: parameter ‘16’ with a byte size of ‘4’ is set to ‘33491457’

dev:1322020-06-26 08:31:43.907 am infoBreakfast Nook Switch: startNotification(33491457)

Is this just an oversight in the Inovelli Hubitat driver, a MakerAPI issue, a Nodered issue or ? Not sure where to start with this :thinking: