-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsensor.xml
More file actions
60 lines (60 loc) · 2.01 KB
/
sensor.xml
File metadata and controls
60 lines (60 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<featureModel>
<properties>
<graphics key="legendposition" value="1295,34"/>
<graphics key="legendautolayout" value="false"/>
<graphics key="showshortnames" value="false"/>
<graphics key="layout" value="horizontal"/>
<graphics key="showcollapsedconstraints" value="true"/>
<graphics key="legendhidden" value="false"/>
<graphics key="layoutalgorithm" value="1"/>
</properties>
<struct>
<and abstract="true" mandatory="true" name="Sensor_Actuator">
<graphics key="collapsed" value="false"/>
<alt abstract="true" mandatory="true" name="Application_protocol">
<graphics key="collapsed" value="false"/>
<and name="LoRaWan">
<feature mandatory="true" name="Appl_key"/>
<feature mandatory="true" name="Server_id"/>
<feature mandatory="true" name="Device_field"/>
<feature mandatory="true" name="Device_id"/>
</and>
<and name="WebSocket">
<feature mandatory="true" name="Server_path"/>
</and>
<and name="HTTP">
<graphics key="collapsed" value="false"/>
<feature mandatory="true" name="Path"/>
<feature mandatory="true" name="Method"/>
</and>
<and name="UDP">
<feature mandatory="true" name="UDP_port"/>
</and>
<and name="TCP">
<graphics key="collapsed" value="false"/>
<feature mandatory="true" name="TCP_port"/>
</and>
<and name="MQTT">
<graphics key="collapsed" value="false"/>
<feature mandatory="true" name="Topic"/>
<feature mandatory="true" name="QoS"/>
<feature mandatory="true" name="Broker_port"/>
<feature mandatory="true" name="Broker_name"/>
</and>
</alt>
<alt abstract="true" mandatory="true" name="Data_type">
<feature name="Visual"/>
<feature name="Boolean"/>
<feature name="Numeric"/>
</alt>
<alt abstract="true" name="Encryption">
<feature name="RC4"/>
<feature name="AES"/>
<feature name="DES"/>
<feature name="Rabbit"/>
<feature name="TripleDES"/>
</alt>
</and>
</struct>
</featureModel>