Lighting Control Sample for AllJoyn Cordova Plugin
I’m very excited to introduce the latest sample published for the AllJoyn Cordova Plugin project. Our lighting control sample shows how to control standard AllJoyn compatible lighting devices. Grab the code at https://github.com/AllJoyn-Cordova/cordova-lighting-alljoyn Or just try it out:
1 2 3 4 5 |
$ git clone https://github.com/AllJoyn-Cordova/cordova-lighting-alljoyn.git $ cd cordova-lighting-alljoyn $ cordova plugin add org.allseen.alljoyn $ cordova platform add ios|android|windows $ cordova run ios|android|windows |
Andre put … Read More »