athombv / homey-arduino-library

Homeyduino: connect your Arduino projects with Homey
https://github.com/athombv/com.athom.homeyduino
GNU General Public License v3.0
26 stars 18 forks source link

Device descriptor JSON object structure not formatted correctly. #12

Closed renzenicolai closed 6 years ago

renzenicolai commented 7 years ago

arch, numDigitalPins, numAnalogInputs: Currently required due to implementation, should be optional rc: Currently expected to be a text field containing "1" for true or "0" for false due to implementation, should be boolean. api: Currently an object containing labeled API call objects. Labels are numbers counted up from 0. Should be list of API call objects.

renzenicolai commented 6 years ago

Fixed this issue.