diff options
author | clement benier <clement.benier@iot.bzh> | 2018-06-20 12:03:22 +0200 |
---|---|---|
committer | cle©mentbeénier <clement.benier@iot.bzh> | 2018-06-21 14:23:38 +0200 |
commit | 11d7505b3318f44871eec69d214306608189ef43 (patch) | |
tree | f834effe7957bd718be040657528400e92d6e855 /README.md | |
parent | 1fc63a30ca5bd00f0f6c9805f0ff0c0c7ac29c1e (diff) |
add client_sub structure: split channel_fd structure into channel and client_sub
Change-Id: I1bd0cea12128ac3d78d6f4c4ee472cd74e69469d
Signed-off-by: clement benier <clement.benier@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,9 +34,10 @@ Frequency is in Hertz, if the frequency is not filled, events are triggered via ## Remaining issues - Provide a json config file so that configures the device name and the channel name. -- Rework on channel structure and split it into client structure - Handle several values simultaneously, see trigger - Update it to other iiodevices +- channel static infos: add suffix in json for each different static infos between channels +- read channel values only for the maximum frequency ## M3ULCB Kingfisher |