Commit Graph
5 Commits
Author SHA1 Message Date
onyx_online e01efb22eb debug logging added to getters/setters in iRemote 2022-12-08 10:27:34 +00:00
onyx_online 62b4956279 return values for CAPI calls fixed.
Polling functions now return error types
2022-12-08 10:26:19 +00:00
onyx_online 4c54d924b3 Get prefix removed from getters 2022-12-08 10:24:52 +00:00
onyx_online b116f04f51 Get prefix removed from getters
True for Bus, Strip, Vban and Output types.

Bus[i].Eq() and Strip[i].Eq() now return pointers to eQ structs.
This makes it easier to extend Eq types in future if desired.

Strip[i].Comp()  now return pointer to comp struct
Strip[i].Gain() now return pointer to gain struct
This is to support the new API features in Potato 3.0.2.8

Removed casting in factory function return statements.
Since types are satisfied implicitly.

eQ struct type tests added
2022-12-08 10:23:35 +00:00
onyx_online 2dacfab629 Initial commit 2022-06-22 20:45:19 +01:00