diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-06-29 18:21:54 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-06-29 18:22:44 +0200 |
commit | 72264cda9b62688cc71c3e603fea561963db8295 (patch) | |
tree | a8befda32aad045209c69c3fe4e568e51f73e20a | |
parent | 1b38f28dcbf2f51b17e8ec8f647db40f4b919258 (diff) |
config.xml.in: fix provided-api to iiodevices
Change-Id: Ia34f61677561a37fe0d01feb6475d74f90190ad8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 605374a..3117b38 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -13,7 +13,7 @@ </feature> <feature name="urn:AGL:widget:provided-api"> - <param name="radio" value="ws" /> + <param name="iiodevices" value="ws" /> </feature> <feature name="urn:AGL:widget:required-api"> |