[APP][Pro] Broadlink App

PC requirements to test out my fork of the application:

To test my fork out on your homey, you will either need git to checkout my code or download as a zip on your machine.

Using git:

git clone https://github.com/fkmeland/com.broadlink.git
cd com.broadlink
git checkout feature/homey-sdk3-migration
homey app run 

Using zip:

unzip fkmeland-com.broadlink-917e164.zip
cd fkmeland-com.broadlink-917e164
homey app run

To install the application to homey you need to run homey app install, the run command only runs the application temporary for debugging purposes. Theese are rough instructions, not tested :sweat_smile:

2 Likes