Commit 6b38d9f 1 parent 5dd0bde commit 6b38d9f Copy full SHA for 6b38d9f
File tree 24 files changed +218
-0
lines changed
24 files changed +218
-0
lines changed Original file line number Diff line number Diff line change 26
26
updateConfiguration($event, 'configuration.ip_address')
27
27
"
28
28
/>
29
+ <openwb-base-number-input
30
+ title =" Port"
31
+ v-if =" configuration.source == 1"
32
+ subtype =" host"
33
+ required
34
+ :min =" 1"
35
+ :max =" 65535"
36
+ :model-value =" configuration.port"
37
+ @update:model-value ="
38
+ updateConfiguration($event, 'configuration.port')
39
+ "
40
+ />
29
41
<openwb-base-select-input
30
42
title =" Firmware Version"
31
43
notSelected =" Bitte auswählen"
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 16
16
<openwb-base-number-input
17
17
title =" Port"
18
18
required
19
+ :min =" 1"
20
+ :max =" 65535"
19
21
:model-value =" configuration.port"
20
22
@update:model-value ="
21
23
updateConfiguration($event, 'configuration.port')
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
<openwb-base-number-input
17
27
title =" Modbus ID"
18
28
:model-value =" configuration.modbus_id"
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
<openwb-base-number-input
17
27
title =" Modbus ID"
18
28
:model-value =" configuration.modbus_id"
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 18
18
updateConfiguration($event, 'configuration.ip_address')
19
19
"
20
20
/>
21
+ <openwb-base-number-input
22
+ title =" Port"
23
+ required
24
+ :min =" 1"
25
+ :max =" 65535"
26
+ :model-value =" configuration.port"
27
+ @update:model-value ="
28
+ updateConfiguration($event, 'configuration.port')
29
+ "
30
+ />
21
31
</div >
22
32
</template >
23
33
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 16
16
<openwb-base-number-input
17
17
title =" Port"
18
18
required
19
+ :min =" 1"
20
+ :max =" 65535"
19
21
:model-value =" configuration.port"
20
22
@update:model-value ="
21
23
updateConfiguration($event, 'configuration.port')
Original file line number Diff line number Diff line change 16
16
updateConfiguration($event, 'configuration.ip_address')
17
17
"
18
18
/>
19
+ <openwb-base-number-input
20
+ title =" Port"
21
+ required
22
+ :min =" 1"
23
+ :max =" 65535"
24
+ :model-value =" configuration.port"
25
+ @update:model-value ="
26
+ updateConfiguration($event, 'configuration.port')
27
+ "
28
+ />
19
29
</div >
20
30
</template >
21
31
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
<openwb-base-number-input
17
27
title =" Modbus ID"
18
28
:model-value =" configuration.modbus_id"
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 16
16
updateConfiguration($event, 'configuration.ip_address')
17
17
"
18
18
/>
19
+ <openwb-base-number-input
20
+ title =" Port"
21
+ required
22
+ :min =" 1"
23
+ :max =" 65535"
24
+ :model-value =" configuration.port"
25
+ @update:model-value ="
26
+ updateConfiguration($event, 'configuration.port')
27
+ "
28
+ />
19
29
</div >
20
30
</template >
21
31
Original file line number Diff line number Diff line change 17
17
updateConfiguration($event, 'configuration.ip_address')
18
18
"
19
19
/>
20
+ <openwb-base-number-input
21
+ title =" Port"
22
+ required
23
+ :min =" 1"
24
+ :max =" 65535"
25
+ :model-value =" configuration.port"
26
+ @update:model-value ="
27
+ updateConfiguration($event, 'configuration.port')
28
+ "
29
+ />
20
30
</div >
21
31
</template >
22
32
Original file line number Diff line number Diff line change 18
18
updateConfiguration($event, 'configuration.ip_address')
19
19
"
20
20
/>
21
+ <openwb-base-number-input
22
+ title =" Port"
23
+ required
24
+ :min =" 1"
25
+ :max =" 65535"
26
+ :model-value =" configuration.port"
27
+ @update:model-value ="
28
+ updateConfiguration($event, 'configuration.port')
29
+ "
30
+ />
21
31
</div >
22
32
</template >
23
33
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 24
24
<openwb-base-number-input
25
25
title =" Port"
26
26
required
27
+ :min =" 1"
28
+ :max =" 65535"
27
29
:model-value =" configuration.port"
28
30
@update:model-value ="
29
31
updateConfiguration($event, 'configuration.port')
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
<openwb-base-number-input
17
27
title =" Modbus-ID"
18
28
required
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
Original file line number Diff line number Diff line change 13
13
updateConfiguration($event, 'configuration.ip_address')
14
14
"
15
15
/>
16
+ <openwb-base-number-input
17
+ title =" Port"
18
+ required
19
+ :min =" 1"
20
+ :max =" 65535"
21
+ :model-value =" configuration.port"
22
+ @update:model-value ="
23
+ updateConfiguration($event, 'configuration.port')
24
+ "
25
+ />
16
26
</div >
17
27
</template >
18
28
You can’t perform that action at this time.
0 commit comments