homebridge-nanoleaf-multi 1.2.2 → 2.0.0

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.
package/dist/Device.d.ts CHANGED
@@ -4,7 +4,7 @@ export default class Device {
4
4
  private readonly configuration;
5
5
  private readonly context;
6
6
  private initialized;
7
- private nativeDevice;
7
+ private nanoleafClient;
8
8
  private lock;
9
9
  constructor(configuration: DeviceConfiguration, context: Context);
10
10
  get name(): string;