parent
ea0796f5e3
commit
c28d1cc0d9
|
@ -3,21 +3,19 @@
|
|||
<ui>
|
||||
<plugin name="HBase">
|
||||
<params>
|
||||
<param name="sampleRate" label="The cycle of sampling, unit is minute">
|
||||
<field size="5"></field>
|
||||
</param>
|
||||
<param name="sendRate" label="The cycle of sending, unit is day">
|
||||
<field size="5"></field>
|
||||
</param>
|
||||
<param name="voltage">
|
||||
<table cols="dataType;generator;min;max"></table>
|
||||
</param>
|
||||
<param name="electricCurrent">
|
||||
<table cols="dataType;generator;min;max"></table>
|
||||
</param>
|
||||
<param name="electricity">
|
||||
<table cols="dataType;generator;min;max"></table>
|
||||
</param>
|
||||
<group name="dataSample">
|
||||
<param name="sampleRate" label="The cycle of sampling, unit is minute">
|
||||
<field size="5"></field>
|
||||
</param>
|
||||
<param name="sendRate" label="The cycle of sending, unit is day">
|
||||
<field size="5"></field>
|
||||
</param>
|
||||
</group>
|
||||
<group name="dataGenerateParams">
|
||||
<param name="generatorParams">
|
||||
<table cols="paramName;dataType;generator;min;max"></table>
|
||||
</param>
|
||||
</group>
|
||||
</params>
|
||||
</plugin>
|
||||
<behavior name="Send">
|
||||
|
|
Loading…
Reference in New Issue