diff options
author | 2017-08-24 12:47:41 +0200 | |
---|---|---|
committer | 2017-10-17 10:40:30 +0200 | |
commit | 238cabda41dd88a9ac482b3b28886acd0a31ca6c (patch) | |
tree | 49735a1929690725886f142781b31820192fdaf4 /conf.d/wgt | |
parent | 1cd92a82c9efb72785903cf2fe089f1c3e9ef6dd (diff) |
Rename API from high-can to high-viwi
This service is meant to be more generic and expose as
many information from several sources.
Change-Id: I657dedf397ab55e048e435dfd16ce47066820347
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-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 d0ddf03..1ae4795 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -12,6 +12,6 @@ </feature> <feature name="urn:AGL:widget:provided-api"> <param name="#target" value="main" /> - <param name="high-can" value="ws" /> + <param name="high-viwi" value="ws" /> </feature> </widget> |