Lawo / ember-plus

Ember+ control protocol - Slick and free for all!

Home Page:https://github.com/Lawo/ember-plus/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnumMap

hhhansen opened this issue · comments

It seems that 'EnumMap' isn't working in the latest versions of the EmberViewer and/or EmberSlim. 'Enumeration' is working well.

Hi,
the libember slim does not support the enum-map at all, but only the standard enumeration transmitted as single string separated with the '\n' character.
This decision was made because the C version was written for hardware with very limited resources. If it helps, fields can be hidden by adding a ~ character at the beginning of an enumeration entry. That way, non-linear indices can be generated: "0\n~1\n2"