Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fairecasoimeme committed Feb 17, 2022
1 parent bf607a2 commit 7274bb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ZLinky/Source/app_zcl_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,13 @@ PRIVATE void APP_vZCL_DeviceSpecific_Init(void)
{
memcpy(sBaseDevice.sBasicServerCluster.au8ManufacturerName, "LiXee", CLD_BAS_MANUF_NAME_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8ModelIdentifier, "ZLinky_TIC", CLD_BAS_MODEL_ID_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8DateCode, "20220117", CLD_BAS_DATE_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8SWBuildID, "4000-0004", CLD_BAS_SW_BUILD_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8DateCode, "20220217", CLD_BAS_DATE_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8SWBuildID, "4000-0005", CLD_BAS_SW_BUILD_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8ProductURL, "LiXee.fr", CLD_BAS_URL_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8ProductCode, "0004", CLD_BAS_PCODE_SIZE);
memcpy(sBaseDevice.sBasicServerCluster.au8ProductCode, "0005", CLD_BAS_PCODE_SIZE);
memcpy(sBaseDevice.sLinkyServerCluster.au8LinkyOptarif, "BASE",4);

sBaseDevice.sBasicServerCluster.u8ApplicationVersion=0x03;
sBaseDevice.sBasicServerCluster.u8ApplicationVersion=0x05;
sBaseDevice.sSimpleMeteringServerCluster.eMeteringDeviceType = E_CLD_SM_MDT_ELECTRIC;
}

Expand Down

0 comments on commit 7274bb8

Please sign in to comment.