bitfocus / companion-module-ptzoptics-visca

MIT License
8 stars 11 forks source link

Fix: Node12 Buffer Update #11

Closed thedist closed 3 years ago

thedist commented 3 years ago

Updated uses of the deprecated new Buffer() to the Node12 compliant functions Buffer.from() and Buffer.alloc().

Changes made following the guidelines of Variant 1 of the NodeJS Buffer constructor deprecation guide https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/