Skip to content

Commit e29489f

Browse files
Jose Antonio Parraeugpermar
authored andcommitted
Added enrichment_enable parameter for MSE sensors.
1 parent 9c146ae commit e29489f

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

en-US/Chapter2.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,11 @@
13981398
<literal>snmp_version</literal> (Optional) Specifies the community version for SNMP. Allowed versions are: 1, 2c.
13991399
</para>
14001400
</listitem>
1401+
<listitem>
1402+
<para>
1403+
<literal>enrichment_enable</literal> (Optional) Enable streaming for enrichment. Allowed values are: '0' (disabled), '1' (enabled). By default it will be disabled.
1404+
</para>
1405+
</listitem>
14011406
<listitem>
14021407
<para>
14031408
<literal>homenets</literal> (Optional) Set multiple Home Networks to this sensor. This parameters contains an array with the following format:
@@ -1429,6 +1434,7 @@
14291434
&#34;parent_uuid&#34;: &#34;7549459708256671519&#34;,
14301435
&#34;stream&#34;: &#34;StreamB&#34;,
14311436
&#34;mse_version&#34;: &#34;8&#34;,
1437+
&#34;enrichment_enable&#34;: &#34;1&#34;,
14321438
&#34;port&#34;:&#34;13525&#34; }
14331439

14341440
Response:
@@ -1440,6 +1446,7 @@
14401446
&#34;name&#34;: &#34;test_mse&#34;,
14411447
&#34;stream&#34;: &#34;StreamB&#34;,
14421448
&#34;mse_version&#34;: &#34;8&#34;,
1449+
&#34;enrichment_enable&#34;: &#34;1&#34;,
14431450
&#34;port&#34;:&#34;13525&#34;
14441451
}
14451452
}

en-US/Revision_History.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,19 @@
6161
</simplelist>
6262
</revdescription>
6363
</revision>
64+
<revision>
65+
<revnumber>3.1.63-4</revnumber>
66+
<date>Monday December 21, 2015</date>
67+
<author>
68+
<firstname>Eneo Tecnología</firstname>
69+
<email>info@redborder.net</email>
70+
</author>
71+
<revdescription>
72+
<simplelist>
73+
<member>Added enrichment_enable attribute for MSE sensors</member>
74+
</simplelist>
75+
</revdescription>
76+
</revision>
6477
</revhistory>
6578
</simpara>
6679
</appendix>

0 commit comments

Comments
 (0)