|
|
@ -22,7 +22,7 @@
|
|
|
|
<Feature code="keywords">
|
|
|
|
<Feature code="keywords">
|
|
|
|
<Name>Add Keywords</Name>
|
|
|
|
<Name>Add Keywords</Name>
|
|
|
|
<Description>Send keywords to the device</Description>
|
|
|
|
<Description>Send keywords to the device</Description>
|
|
|
|
<Operation context="device/{deviceId}/words" method="POST">
|
|
|
|
<Operation context="/android_sense/device/{deviceId}/words" method="POST">
|
|
|
|
<QueryParameters>
|
|
|
|
<QueryParameters>
|
|
|
|
<Parameter>keywords</Parameter>
|
|
|
|
<Parameter>keywords</Parameter>
|
|
|
|
</QueryParameters>
|
|
|
|
</QueryParameters>
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
<Feature code="threshold">
|
|
|
|
<Feature code="threshold">
|
|
|
|
<Name>Add Threshold</Name>
|
|
|
|
<Name>Add Threshold</Name>
|
|
|
|
<Description>Send Threshold to the device</Description>
|
|
|
|
<Description>Send Threshold to the device</Description>
|
|
|
|
<Operation context="device/{deviceId}/words/threshold" method="POST">
|
|
|
|
<Operation context="/android_sense/device/{deviceId}/words/threshold" method="POST">
|
|
|
|
<QueryParameters>
|
|
|
|
<QueryParameters>
|
|
|
|
<Parameter>threshold</Parameter>
|
|
|
|
<Parameter>threshold</Parameter>
|
|
|
|
</QueryParameters>
|
|
|
|
</QueryParameters>
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
<Feature code="remove_words">
|
|
|
|
<Feature code="remove_words">
|
|
|
|
<Name>Remove words</Name>
|
|
|
|
<Name>Remove words</Name>
|
|
|
|
<Description>Remove Threshold from the device</Description>
|
|
|
|
<Description>Remove Threshold from the device</Description>
|
|
|
|
<Operation context="device/{deviceId}/words" method="DELETE">
|
|
|
|
<Operation context="/android_sense/device/{deviceId}/words" method="DELETE">
|
|
|
|
<QueryParameters>
|
|
|
|
<QueryParameters>
|
|
|
|
<Parameter>words</Parameter>
|
|
|
|
<Parameter>words</Parameter>
|
|
|
|
</QueryParameters>
|
|
|
|
</QueryParameters>
|
|
|
|