leds/parse.js

5 lines
90 B
JavaScript
Raw Normal View History

2021-06-04 19:22:48 +00:00
export default function parse(data) {
return {
errors: ["not yet implemented"]
}
}