MediaTek-Labs / Arduino-Add-On-for-LinkIt-SDK

Arduino board support package for LinkIt 7697
https://docs.labs.mediatek.com/resource/linkit7697-arduino/en
34 stars 33 forks source link

Allow users to explicitly set MCS controller data channel value #21

Closed pablosun closed 7 years ago

pablosun commented 7 years ago

Currently, the MCS controller data channel, such as MCSControllerOnOff does not provide set() to update the data channel value. In some scenarios, such as synchronizing a physical switch with its network counterparts, we need to change the value in MCS from Arduino side.

This feature request is adding a new set() method to all the MCSController classes.

pablosun commented 7 years ago

Will be available after v0.7.11