node-lifx-lan-multi 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,7 +131,7 @@ LifxLanUdp.prototype._requestUnicast = function (p) {
131
131
  timer = setTimeout(() => {
132
132
  if (this._requests[seq]) {
133
133
  delete this._requests[seq];
134
- reject(new Error('Timeout'));
134
+ reject(new Error('Timeout:\n' + JSON.stringify(p, null, 2)));
135
135
  }
136
136
  }, this._timeout);
137
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-lifx-lan-multi",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "The node-lifx-lan is a Node.js module which allows you to communicate with the Wi-Fi LED smart light products \"LIFX\" using the LAN protocol.",
5
5
  "main": "./lib/lifx-lan.js",
6
6
  "files": [