Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 4ff1b0b

Browse files
committed
Release script
1 parent ddabd2a commit 4ff1b0b

15 files changed

Lines changed: 233 additions & 233 deletions

File tree

_includes/templates/iot-gateway/bacnet-connector/examples/shared-attributes-and-rpc/attribute-updates.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ Let’s add an attribute update to our configuration. For this purpose, follow t
1111

1212
{% assign attributeUpdates = '
1313
===
14-
image: /images/gateway/bacnet-connector/examples/select-created-gateway.png,
14+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-created-gateway.png,
1515
title: Go to "**Entities**" → "**Gateways**" in the left sidebar and select your gateway.
1616
===
17-
image: /images/gateway/bacnet-connector/examples/select-connector-configuration.png,
17+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-connector-configuration.png,
1818
title: Click on the "**Connectors configuration**" button on the right side menu.
1919
===
20-
image: /images/gateway/bacnet-connector/examples/select-device-configuration.png,
20+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-device-configuration.png,
2121
title: Select the created BACnet connector and click on the "**Devices**" tab. Make sure you have configured and connected device (if you don’t know how to do it, see [Application settings](/docs/iot-gateway/config/bacnet/#application) and [Data mapping](/docs/iot-gateway/config/bacnet/#data-mapping) sections of this guide). Click on the “**Pencil**” icon on a device you want to configure attribute updates for.
2222
===
23-
image: /images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-1.png,
23+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-1.png,
2424
title: Scroll down to the “**Attribute updates**” section and click on the “**Pencil**” icon to edit the attribute updates.
2525
===
26-
image: /images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-2.png,
26+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-2.png,
2727
title: Click on the “**Add attribute update**” button. In our case, we will add `relay` attribute update, so the “**Key**” field, enter `relay`, select the “**Object ID**” as **Analog Input** and "**1**", "**Property ID**" as "**Present Value**".
2828
===
29-
image: /images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-3.png,
29+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-3.png,
3030
title: Remember to save your changes by clicking the “**Apply**” button and click save connector configuration button.
3131
'
3232
%}
@@ -39,9 +39,9 @@ with type "**Boolean**" set it to "**True**".
3939

4040
{% assign attributeUpdates2 = '
4141
===
42-
image: /images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-4.png,
42+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-4.png,
4343
===
44-
image: /images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-5.png,
44+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-5.png,
4545
'
4646
%}
4747

@@ -50,7 +50,7 @@ with type "**Boolean**" set it to "**True**".
5050
Now, let’s check the value of the relay Object ID. In the selected device, go to the "**Last telemetry**" tab and
5151
check the value of the `relay` telemetry. It should be `true` since we set the shared attribute to `true`.
5252

53-
![image](/images/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-6.png)
53+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/connector-configuration-attribute-updates-6.png)
5454

5555
Try to change the value of the `relay` shared attribute to `false`. After a few seconds, you should see that the
5656
`relay` telemetry value has changed to `false`, which means that the attribute update worked correctly.

_includes/templates/iot-gateway/bacnet-connector/examples/shared-attributes-and-rpc/reserved-rpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Response:
2929
{"result": {"value": "inactive"}}
3030
```
3131

32-
![image](/images/gateway/bacnet-connector/examples/reserved-rpc-result-1.png)
32+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/reserved-rpc-result-1.png)
3333

3434
So, the `GET` method returns the current value of the relay, and we can see that the relay is off.
3535

@@ -52,7 +52,7 @@ Response:
5252

5353
And as you can see, from the screenshot below, the relay telemetry value has changed to `1`:
5454

55-
![image](/images/gateway/bacnet-connector/examples/reserved-rpc-result-2.png)
55+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/reserved-rpc-result-2.png)
5656

5757
Also, let’s check the value of the relay telemetry again:
5858

@@ -66,7 +66,7 @@ Response:
6666
{"result": {"value": "active"}}
6767
```
6868

69-
![image](/images/gateway/bacnet-connector/examples/reserved-rpc-result-3.png)
69+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/reserved-rpc-result-3.png)
7070

7171
Full configuration for BACnet connector for the examples above will look like this
7272
(**make sure to use the right device host and port**):

_includes/templates/iot-gateway/bacnet-connector/examples/shared-attributes-and-rpc/rpc-to-device.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ we need to configure the BACnet connector to support RPC calls. For this purpose
77

88
{% assign rpcToDevice = '
99
===
10-
image: /images/gateway/bacnet-connector/examples/select-created-gateway.png,
10+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-created-gateway.png,
1111
title: Go to "**Entities**" → "**Gateways**" in the left sidebar and select your gateway.
1212
===
13-
image: /images/gateway/bacnet-connector/examples/select-connector-configuration.png,
13+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-connector-configuration.png,
1414
title: Click on the "**Connectors configuration**" button on the right side menu.
1515
===
16-
image: /images/gateway/bacnet-connector/examples/select-device-configuration.png,
16+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/select-device-configuration.png,
1717
title: Select the created BACnet connector and click on the "**Devices**" tab. Make sure you have configured and connected device (if you don’t know how to do it, see [Application settings](/docs/iot-gateway/config/bacnet/#application) and [Data mapping](/docs/iot-gateway/config/bacnet/#data-mapping) sections of this guide). Click on the “**Pencil**” icon on a device you want to configure attribute updates for.
1818
===
19-
image: /images/gateway/bacnet-connector/examples/rpc-to-device-1.png,
19+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/rpc-to-device-1.png,
2020
title: Scroll down to the "**RPC methods**" section and click on the "**Pencil**" icon to edit the RPC methods.
2121
===
22-
image: /images/gateway/bacnet-connector/examples/rpc-to-device-2.png,
22+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/rpc-to-device-2.png,
2323
title: Click on the "**Add method**" button. Fill in the "**Method**" field with `getTemperature`, select the "**Request Type**" as "**Read Property**", "**Object ID**" as "**Analog Value**" and "**1**", and "**Property ID**" as "**Present Value**".
2424
===
25-
image: /images/gateway/bacnet-connector/examples/rpc-to-device-3.png,
25+
image: https://img.thingsboard.io/gateway/bacnet-connector/examples/rpc-to-device-3.png,
2626
title: Remember to save your changes by clicking the "**Apply**" button and click save connector configuration button.
2727
'
2828
%}
@@ -38,7 +38,7 @@ getTemperature
3838

3939
Response:
4040

41-
![image](/images/gateway/bacnet-connector/examples/rpc-to-device-4.png)
41+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/rpc-to-device-4.png)
4242

4343
{% capture difference %}
4444
The RPC Debug Terminal is used only for example purpose, so you can use any other widget that supports RPC calls.

_includes/templates/iot-gateway/bacnet-connector/examples/time-series-and-attributes/discovering-all-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ messages from all devices. After receiving the IAm message, the connector will a
9292
device found with the specified templates and start reading data from the objects. The screenshot below shows what the
9393
device list looks like after automatic discovery:
9494

95-
![image](/images/gateway/bacnet-connector/examples/discovered-devices-overview.png)
95+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/discovered-devices-overview.png)

_includes/templates/iot-gateway/bacnet-connector/examples/time-series-and-attributes/reading-all-device-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ be read.
5050
After saving the changes and starting the connector, you can see that the corresponding device has been added to the
5151
platform, and its telemetry has started to fill with all the device objects:
5252

53-
![image](/images/gateway/bacnet-connector/examples/device-objects-overview.png)
53+
![image](https://img.thingsboard.io/gateway/bacnet-connector/examples/device-objects-overview.png)

_includes/templates/iot-gateway/modbus-connector/examples/shared-attributes-rpc/attribute-updates.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ Let’s add an attribute update to our configuration. For this purpose, follow t
2828

2929
{% assign attributeUpdates = '
3030
===
31-
image: /images/gateway/modbus-connector/examples/select-created-gateway.png,
31+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/select-created-gateway.png,
3232
title: Go to "**Entities**" → "**Gateways**" in the left sidebar and select your gateway.
3333
===
34-
image: /images/gateway/modbus-connector/examples/select-connector-configuration.png,
34+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/select-connector-configuration.png,
3535
title: Click on the "**Connectors configuration**" button on the right side menu.
3636
===
37-
image: /images/gateway/modbus-connector/examples/select-device-configuration.png,
37+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/select-device-configuration.png,
3838
title: Select the created Modbus connector and click on the "**Master Connections**" tab. Make sure you have configured and connected device (if you don’t know how to do it, see [Getting Started](/docs/iot-gateway/getting-started/?connectorsCreation=modbus){:target="_blank"} guide or [Connection settings](/docs/iot-gateway/config/modbus/#connection-settings) and [Data mapping](/docs/iot-gateway/config/modbus/#data-mapping) sections of this guide). Click on the “**Pencil**” icon on a device you want to configure attribute updates for.
3939
===
40-
image: /images/gateway/modbus-connector/examples/connector-configuration-attribute-updates-1.png,
40+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/connector-configuration-attribute-updates-1.png,
4141
title: Scroll down to the “**Attribute updates**” section and click on the “**Pencil**” icon to edit the attribute updates.
4242
===
43-
image: /images/gateway/modbus-connector/examples/connector-configuration-attribute-updates-2.png,
43+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/connector-configuration-attribute-updates-2.png,
4444
title: Click on the “**Add attribute update**” button. In our case, we will add `relay` attribute update, so the “**Key**” field, enter `relay`, select the “**Type**” as **bits**, "**Function code**" as "**05 - Write Single Coil**", fill in the "**Objects count**" field with `1`, select "**Bit target type**" as "**Boolean**" and in the "**Address**" field enter "**1**".
4545
===
46-
image: /images/gateway/modbus-connector/examples/connector-configuration-3.png,
46+
image: https://img.thingsboard.io/gateway/modbus-connector/examples/connector-configuration-3.png,
4747
title: Remember to save your changes by clicking the “**Apply**” button.
4848
'
4949
%}
@@ -56,9 +56,9 @@ with type "**Boolean**" set it to "**True**".
5656

5757
{% assign attributeUpdates2 = '
5858
===
59-
image: /images/gateway/opc-ua-connector/examples/attribute-updates-relative-path-4.png,
59+
image: https://img.thingsboard.io/gateway/opc-ua-connector/examples/attribute-updates-relative-path-4.png,
6060
===
61-
image: /images/gateway/opc-ua-connector/examples/attribute-updates-relative-path-5.png,
61+
image: https://img.thingsboard.io/gateway/opc-ua-connector/examples/attribute-updates-relative-path-5.png,
6262
'
6363
%}
6464

@@ -67,7 +67,7 @@ with type "**Boolean**" set it to "**True**".
6767
Now, let’s check the value of the relay register. In the selected device, go to the "**Last telemetry**" tab and
6868
check the value of the `relay` telemetry. It should be `true` since we set the shared attribute to `true`.
6969

70-
![image](/images/gateway/modbus-connector/examples/result-device-overview-1.png)
70+
![image](https://img.thingsboard.io/gateway/modbus-connector/examples/result-device-overview-1.png)
7171

7272
Try to change the value of the `relay` shared attribute to `false`. After a few seconds, you should see that the
7373
`relay` telemetry value has changed to `false`, which means that the attribute update worked correctly.

docs/iot-gateway/config/bacnet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ you can use the "**Advanced**" configuration mode.
4646

4747
You can switch between these modes using the toggle button at the top of the configuration page:
4848

49-
![image](/images/gateway/bacnet-connector/bacnet-modes-toggle.png)
49+
![image](https://img.thingsboard.io/gateway/bacnet-connector/bacnet-modes-toggle.png)
5050

5151
## General settings
5252

@@ -84,7 +84,7 @@ All configuration parameters list, and their detailed description can be found i
8484
{% endcapture %}
8585
{% include templates/info-banner.md content=difference %}
8686

87-
![image](/images/gateway/bacnet-connector/bacnet-advanced-application-settings.png)
87+
![image](https://img.thingsboard.io/gateway/bacnet-connector/bacnet-advanced-application-settings.png)
8888

8989
## Data mapping
9090

@@ -148,7 +148,7 @@ More usage examples can be found in the [Example usage](/docs/iot-gateway/config
148148
{% endcapture %}
149149
{% include templates/info-banner.md content=difference %}
150150

151-
![image](/images/gateway/bacnet-connector/attribute-updates-overview.png)
151+
![image](https://img.thingsboard.io/gateway/bacnet-connector/attribute-updates-overview.png)
152152

153153
{% include /templates/iot-gateway/bacnet-connector/device-attribute-updates-basic-section.md %}
154154

@@ -171,7 +171,7 @@ More usage examples can be found in the [Example usage](/docs/iot-gateway/config
171171
{% endcapture %}
172172
{% include templates/info-banner.md content=difference %}
173173

174-
![image](/images/gateway/bacnet-connector/rpc-overview.png)
174+
![image](https://img.thingsboard.io/gateway/bacnet-connector/rpc-overview.png)
175175

176176
{% include /templates/iot-gateway/bacnet-connector/device-rpc-basic-section.md %}
177177

@@ -204,7 +204,7 @@ Let’s look at the example of the EDE file parsing configuration.
204204
We will use an EDE file exported from YABE (Yet Another BACnet Explorer) application. The file contains the
205205
description of a BACnet device with several objects. The file looks like this:
206206

207-
![image](/images/gateway/bacnet-connector/ede-file-overview.png)
207+
![image](https://img.thingsboard.io/gateway/bacnet-connector/ede-file-overview.png)
208208

209209
Now let’s configure the BACnet connector to use this EDE file. In the advanced configuration mode, paste the following
210210
connector configuration (**make sure to use the correct path to your EDE file**):
@@ -239,7 +239,7 @@ update device attributes, and send RPC commands to the device. As you can see on
239239
has automatically created the device with the name and profile from the EDE file, as well as all the attributes and time
240240
series from the file:
241241

242-
![image](/images/gateway/bacnet-connector/ede-device-overview.png)
242+
![image](https://img.thingsboard.io/gateway/bacnet-connector/ede-device-overview.png)
243243

244244
## Advanced configuration
245245

docs/paas/eu/user-guide/attributes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ title: Working with IoT device attributes
66
description: IoT device management using ThingsBoard attributes feature
77
server-side-attrs-ui:
88
0:
9-
image: /images/user-guide/attributes/add-server-side-pe-src.png
9+
image: https://img.thingsboard.io/user-guide/attributes/add-server-side-pe-src.png
1010
title: 'Go to Entities → Devices and open the device you want to edit by clicking its row. In the device details, open the "Attributes" tab, select the "Server attributes" scope, and click the "+" icon to add a new attribute.'
1111
1:
12-
image: /images/user-guide/attributes/add-server-side-pe2-src.png
12+
image: https://img.thingsboard.io/user-guide/attributes/add-server-side-pe2-src.png
1313
title: 'In the dialog, enter the attribute key, select the value type (for example, String), and provide a value.'
1414
2:
15-
image: /images/user-guide/attributes/add-server-side-pe3-src.png
15+
image: https://img.thingsboard.io/user-guide/attributes/add-server-side-pe3-src.png
1616
title: 'After saving, the new attribute appears in the list with its key, value, and last update time. Sort using "Last update time" to quickly locate the newly created attribute.'
1717

1818
shared-attrs-ui:
1919
0:
20-
image: /images/user-guide/attributes/add-shared-pe-src.png
20+
image: https://img.thingsboard.io/user-guide/attributes/add-shared-pe-src.png
2121
title: 'Go to Entities → Devices and open the device you want to edit by clicking its row. In the device details, open the "Attributes" tab, select the "Shared attributes" scope, and click the "+" icon to add a new attribute.'
2222
1:
23-
image: /images/user-guide/attributes/add-shared-pe2-src.png
23+
image: https://img.thingsboard.io/user-guide/attributes/add-shared-pe2-src.png
2424
title: 'In the dialog, enter the attribute key, select the value type (for example, Double), and provide a value.'
2525
2:
26-
image: /images/user-guide/attributes/add-shared-pe3-src.png
26+
image: https://img.thingsboard.io/user-guide/attributes/add-shared-pe3-src.png
2727
title: 'After saving, the new attribute appears in the list with its key, value, and last update time.'
2828

2929
---

0 commit comments

Comments
 (0)