LA1TV / Hyperdeck-JS-Lib

A javascript library for communication with the Blackmagic Hyperdeck.
MIT License
26 stars 8 forks source link

add rawData to response #42

Closed tjenkinson closed 6 years ago

tjenkinson commented 6 years ago

This enables commands like 'commands', which don't return data in the documented params format, to be used in applicatons, as they can use the 'rawData' property instead.

tjenkinson commented 6 years ago

@sarveshwar-singh please can you try this? You should now use the rawData property for the commands you mentioned.

tjenkinson commented 6 years ago

closes #41 #38 #36