summaryrefslogtreecommitdiffstats
path: root/src/platform-info-apidef.h
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10Add 'scan' verb for runtime device scanFarshid Monhaseri1-0/+8
Changes: - Add 'scan' verb so client can pass 'filter'(udev rules in JSON format) and 'mask' (desired data fields mask) arguments. 'filter' & 'mask' can include 'properties' and 'attributes' sub- fields so their key & values act as parameters for device scanning and mask the scanned devices properties & attributes when service report back. The 'filter' argument can contain an additional field with 'tags' key and JSON array value hence the tags will match for device scanning too. Bug-AGL: SPEC-3512 Signed-off-by: Farshid Monhaseri <monhaseri.f@gmail.com> Change-Id: I83e91ec4405a8144e1ee813633c4895214b5b9df
2018-11-28First simple platform-info API implementationguppy_6.99.2guppy/6.99.26.99.2Romain Forlot1-0/+64
Bug-AGL: SPEC-1917 Change-Id: I300155302c9d69c6549ddabc6af53e2ad55eb18d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>