UNPKG

lifx-lan-client

Version:

Node.js implementation of the LIFX LAN protocol

9 lines (6 loc) 87 B
'use strict'; const Packet = { size: 0, tagged: true }; module.exports = Packet;