Fix metering device import
This commit is contained in:
@ -56,6 +56,7 @@ namespace Hcs.TestApp
|
||||
//houseManagementScenario.ImportAccountData();
|
||||
//houseManagementScenario.ImportContractData();
|
||||
//houseManagementScenario.ImportLivingHouseUOData();
|
||||
//houseManagementScenario.ImportMeteringDeviceData();
|
||||
//houseManagementScenario.ImportNotificationData();
|
||||
//houseManagementScenario.ImportSupplyResourceContractData();
|
||||
|
||||
|
||||
@ -217,8 +217,8 @@ namespace Hcs.TestApp.Scenario
|
||||
{
|
||||
MunicipalResource = new nsiRef()
|
||||
{
|
||||
Code = Registry239.Element4.Code,
|
||||
GUID = Registry239.Element4.GUID
|
||||
Code = Registry2.Element5.Code,
|
||||
GUID = Registry2.Element5.GUID
|
||||
},
|
||||
MeteringValue = "0"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user