aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tests/signal.json
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30Replace all enum types with masksArthur Guyader1-0/+955
This commit allows to change all enum types by masks. Now to implement new protocol you don't need to add more attribute in class. All can be contained in the flags field. Bug-AGL : SPEC-2779 Change-Id: I814d0052139be5d5efefc9ff1b4b558f46b85e90 Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>