UNPKG

lifx-lan-client

Version:

Node.js implementation of the LIFX LAN protocol

8 lines (5 loc) 71 B
'use strict'; const Packet = { size: 0 }; module.exports = Packet;