Here is a link to the repo containing the software that is programmed to my particle photon:
When I run this in android studio:
mDevice = sparkCloud.getDevice(“xxxxxxxxxxxxxxxxxxxxxxx”);
System.out.println("Device is connected: " + mDevice.isConnected());
System.out.println("Device has functions: " + mDevice.getFunctions());
I get:
Device is connected: true
Device has functions: []
Shouldn’t I be seeing a list of the functions programmed to my Photon?