@enyo-energy/sunspec-sdk 0.0.2 → 0.0.3
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.
|
@@ -15,7 +15,7 @@ export declare abstract class BaseSunspecDevice {
|
|
|
15
15
|
protected readonly unitId: number;
|
|
16
16
|
protected applianceId?: string;
|
|
17
17
|
protected lastUpdateTime: number;
|
|
18
|
-
|
|
18
|
+
constructor(energyApp: EnergyApp, name: EnyoApplianceName[], networkDevice: EnyoNetworkDevice, sunspecClient: SunspecModbusClient, applianceManager: ApplianceManager, unitId?: number);
|
|
19
19
|
/**
|
|
20
20
|
* Connect to the device and create/update the appliance
|
|
21
21
|
*/
|
package/dist/cjs/version.cjs
CHANGED
package/dist/cjs/version.d.cts
CHANGED
|
@@ -15,7 +15,7 @@ export declare abstract class BaseSunspecDevice {
|
|
|
15
15
|
protected readonly unitId: number;
|
|
16
16
|
protected applianceId?: string;
|
|
17
17
|
protected lastUpdateTime: number;
|
|
18
|
-
|
|
18
|
+
constructor(energyApp: EnergyApp, name: EnyoApplianceName[], networkDevice: EnyoNetworkDevice, sunspecClient: SunspecModbusClient, applianceManager: ApplianceManager, unitId?: number);
|
|
19
19
|
/**
|
|
20
20
|
* Connect to the device and create/update the appliance
|
|
21
21
|
*/
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED