Hi, first of all really nice piece of software!
In the file zcl_freepadapp.c the function zclFreepadApp_SendKeysToBinds has the case
zclGeneral_SendLevelControlStepWithOnOff(endPoint, &inderect_DstAddr, LEVEL_STEP_DOWN, FREEPADAPP_LEVEL_STEP_SIZE,
FREEPADAPP_LEVEL_TRANSITION_TIME, TRUE, bdb_getZCLFrameCounter());
zclLighting_ColorControl_Send_StepColorCmd(endPoint - 1, &inderect_DstAddr, -1000, 0, 0, true, bdb_getZCLFrameCounter());
As far as i understand both endpoints should be endPoint.
Hi, first of all really nice piece of software!
In the file zcl_freepadapp.c the function
zclFreepadApp_SendKeysToBindshas the caseAs far as i understand both endpoints should be
endPoint.