diff --git a/_includes/docs/pe/user-guide/integrations/particle.md b/_includes/docs/pe/user-guide/integrations/particle.md index 6664cd8063..778405b4be 100644 --- a/_includes/docs/pe/user-guide/integrations/particle.md +++ b/_includes/docs/pe/user-guide/integrations/particle.md @@ -35,7 +35,7 @@ To do this, we need to the following steps from [official guide](https://docs.pa After connecting the device, it will become visible on the Particle console. This will allow you to create an integration to receive data on ThingsBoard. -![Devices list](/images/user-guide/integrations/particle/particle-console-device-list.png) +![Devices list](https://img.thingsboard.io/user-guide/integrations/particle/particle-console-device-list.png) ## ThingsBoard Integration Configuration @@ -91,7 +91,7 @@ particle login ``` {:.copy-code} -![Login](/images/user-guide/integrations/particle/cli-login.png) +![Login](https://img.thingsboard.io/user-guide/integrations/particle/cli-login.png) After logging in, you will need to [create an access token](https://docs.particle.io/reference/developer-tools/cli/#particle-token-create). You can do this using one of the following commands: @@ -105,7 +105,7 @@ You can do this using one of the following commands: particle token create ``` {:.copy-code} -![Login](/images/user-guide/integrations/particle/cli-token-created.png) +![Login](https://img.thingsboard.io/user-guide/integrations/particle/cli-token-created.png) Save created token, we will need it in the next step. @@ -113,16 +113,16 @@ Save created token, we will need it in the next step. {% assign createIntegrationUsingWizard = ' === - image: /images/user-guide/integrations/particle/tb-create-integration.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/tb-create-integration.png, title: Go to **Integrations** section and click Add new integration button. Name it **Particle Integration**, and select type **Particle**. === - image: /images/user-guide/integrations/particle/tb-select-uplink.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/tb-select-uplink.png, title: Now, you can select the recently created **Uplink data Converter for Particle Integration**. Click **Next**. === - image: /images/user-guide/integrations/particle/tb-select-downlink.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/tb-select-downlink.png, title: If you added a downlink converter, select it. Click **Next**. === - image: /images/user-guide/integrations/particle/tb-create-integration-configuration.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/tb-create-integration-configuration.png, title: If you added a downlink converter and created a token - toggle **Allow downlink** and paste your access token. Click **Add** to create integration. ' %} @@ -138,16 +138,16 @@ To do this, please follow next steps: {% assign createParticleCloudIntegration = ' === - image: /images/user-guide/integrations/particle/particle-console-integrations-2.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-console-integrations-2.png, title: Go to **Integrations** section and click "**Add new integration**" button. === - image: /images/user-guide/integrations/particle/particle-console-integrations-3.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-console-integrations-3.png, title: Click on the **Webhook**. === - image: /images/user-guide/integrations/particle/particle-console-integrations-4.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-console-integrations-4.png, title: Fill in all required fields. Then click **Create webhook**. === - image: /images/user-guide/integrations/particle/particle-console-integrations-5.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-console-integrations-5.png, title: Your integration was created successfully. ' %} @@ -158,17 +158,17 @@ To do this, please follow next steps: Once integration is created and any message arrives to it - you will be able to see a new device in your **Devices**. -![image](/images/user-guide/integrations/particle/tb-new-device-created.png) +![image](https://img.thingsboard.io/user-guide/integrations/particle/tb-new-device-created.png) ### Rule Chain configuration When integration is configured and ready to use, we need to go to **Rule Chains**, choose **"Root Rule Chain"** and create rule node **Integration Downlink**. Input some name here, choose earlier created Particle integration, and tap **Add**. -![image](/images/user-guide/integrations/particle/tb-create-downlink-rule-node.png) +![image](https://img.thingsboard.io/user-guide/integrations/particle/tb-create-downlink-rule-node.png) After these steps, we need to tap on a right grey square of rule node **message type switch** and drag this square to left side of **Integration Downlink**. In pop-up window, add **"RPC Request to Device"** relation and tap "Add". -![image](/images/user-guide/integrations/particle/tb-root-rule-chain.png) +![image](https://img.thingsboard.io/user-guide/integrations/particle/tb-root-rule-chain.png) Click on check mark in bottom right corner of the screen to save the Root Rule Chain. @@ -176,7 +176,7 @@ Click on check mark in bottom right corner of the screen to save the Root Rule C To process command on device, we will use an example app **Web-Connected LED** from [Particle WebIDE](https://build.particle.io/build). -![Particle WebIDE](/images/user-guide/integrations/particle/particle-webide-example.png) +![Particle WebIDE](https://img.thingsboard.io/user-guide/integrations/particle/particle-webide-example.png) Click on **Use this example** and thunder icon to flash it to the device. @@ -204,16 +204,16 @@ If no - check that your device is connected to Particle and connection is stable {% assign createParticleDashboard = ' === - image: /images/user-guide/integrations/particle/particle-add-widget-1.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-add-widget-1.png, title: Go to the "**Dashboards**" page, create a new dashboard and select "**Switch Control**" widget from the "**Control Widgets**" bundle. === - image: /images/user-guide/integrations/particle/particle-add-widget-2.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-add-widget-2.png, title: Add new alias with previously created device. Then navigate to the "**Appearance**" tab. === - image: /images/user-guide/integrations/particle/particle-add-widget-3.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-add-widget-3.png, title: Change retrieve value to "**Don't retrieve**" and change "***RPC set value method***" to "**led**". Then paste the convert value function copied from the documentation. Click "**Add**", then save dashboard. === - image: /images/user-guide/integrations/particle/particle-add-widget-5.png, + image: https://img.thingsboard.io/user-guide/integrations/particle/particle-add-widget-5.png, title: Now toggle the button and LED on your Photon should change it's led state. ' %} diff --git a/_includes/templates/edge/integrations/coap/coap-send-uplink-binary.md b/_includes/templates/edge/integrations/coap/coap-send-uplink-binary.md index ea7ffb813f..7ee2c2f4e8 100644 --- a/_includes/templates/edge/integrations/coap/coap-send-uplink-binary.md +++ b/_includes/templates/edge/integrations/coap/coap-send-uplink-binary.md @@ -5,15 +5,15 @@ echo -e -n '\x53\x4e\x2d\x30\x30\x31\x64\x65\x66\x61\x75\x6c\x74\x32\x35\x2e\x37 ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/terminal-coap-binary-payload-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/terminal-coap-binary-payload-1-edge.png) Now, go to the "**Integrations center**" -> "**Integrations**" and navigate to the "**Events**" tab in your MQTT integration on the **ThingsBoard Edge**. If you have done everything correctly, you will find an uplink message with the status 'OK'. -![image](/images/pe/edge/integrations/coap/integration-events-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/integration-events-coap-1-edge.png) When you sent the message, a new device was created. The created device with data can be seen in the "**Entities**" section -> "**Devices**" page: -![image](/images/pe/edge/integrations/coap/device-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/device-coap-1-edge.png) Also, received data can be viewed in the uplink converter. In the 'In' and 'Out' blocks of the "**Events**" tab: diff --git a/_includes/templates/edge/integrations/coap/coap-send-uplink-json.md b/_includes/templates/edge/integrations/coap/coap-send-uplink-json.md index 3db4d96071..33919631a8 100644 --- a/_includes/templates/edge/integrations/coap/coap-send-uplink-json.md +++ b/_includes/templates/edge/integrations/coap/coap-send-uplink-json.md @@ -5,15 +5,15 @@ echo -e -n '{"deviceName": "SN-001", "deviceType": "default", "temperature": 25. ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/terminal-coap-json-payload-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/terminal-coap-json-payload-1-edge.png) Now, go to the "**Integrations center**" -> "**Integrations**" and navigate to the "**Events**" tab in your MQTT integration on the **ThingsBoard Edge**. If you have done everything correctly, you will find an uplink message with the status 'OK'. -![image](/images/pe/edge/integrations/coap/integration-events-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/integration-events-coap-1-edge.png) When you sent the message, a new device was created. The created device with data can be seen in the "**Entities**" section -> "**Devices**" page: -![image](/images/pe/edge/integrations/coap/device-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/device-coap-1-edge.png) Also, received data can be viewed in the uplink converter. In the 'In' and 'Out' blocks of the "**Events**" tab: diff --git a/_includes/templates/edge/integrations/coap/coap-send-uplink-text.md b/_includes/templates/edge/integrations/coap/coap-send-uplink-text.md index 1e599c4b96..dcdf0eb3a9 100644 --- a/_includes/templates/edge/integrations/coap/coap-send-uplink-text.md +++ b/_includes/templates/edge/integrations/coap/coap-send-uplink-text.md @@ -5,15 +5,15 @@ echo -e 'SN-001,default,temperature,25.7,humidity,69' | coap-client -m post $YOU ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/terminal-coap-text-payload-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/terminal-coap-text-payload-1-edge.png) Now, go to the "**Integrations center**" -> "**Integrations**" and navigate to the "**Events**" tab in your MQTT integration on the **ThingsBoard Edge**. If you have done everything correctly, you will find an uplink message with the status 'OK'. -![image](/images/pe/edge/integrations/coap/integration-events-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/integration-events-coap-1-edge.png) When you sent the message, a new device was created. The created device with data can be seen in the "**Entities**" section -> "**Devices**" page: -![image](/images/pe/edge/integrations/coap/device-coap-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/device-coap-1-edge.png) Also, received data can be viewed in the uplink converter. In the 'In' and 'Out' blocks of the "**Events**" tab: diff --git a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-binary.md b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-binary.md index 0d851985fd..6bf3600e9c 100644 --- a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-binary.md +++ b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-binary.md @@ -29,6 +29,6 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/add-coap-integration-template-binary-payload-2-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/add-coap-integration-template-binary-payload-2-edge.png) If you want to use JavaScript to develop functions, please use [the binary payload script for JS](/docs/pe/edge/user-guide/resources/binary-payload-converter.json){:target="_blank"}. \ No newline at end of file diff --git a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-json.md b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-json.md index 966575f9cc..6c7fc2594c 100644 --- a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-json.md +++ b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-json.md @@ -26,6 +26,6 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/add-coap-integration-template-json-payload-2-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/add-coap-integration-template-json-payload-2-edge.png) If you want to use JavaScript to develop functions, please use [the JSON payload script for JS](/docs/pe/edge/user-guide/resources/json-payload-converter.json){:target="_blank"}. \ No newline at end of file diff --git a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-text.md b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-text.md index b882124b7f..6edddb38a7 100644 --- a/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-text.md +++ b/_includes/templates/edge/integrations/coap/coap-uplink-converter-tbel-text.md @@ -28,6 +28,6 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/coap/add-coap-integration-template-text-payload-edge-2.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/add-coap-integration-template-text-payload-edge-2.png) If you want to use JavaScript to develop functions, please use [the text payload script for JS](/docs/pe/edge/user-guide/resources/text-payload-converter.json){:target="_blank"}. \ No newline at end of file diff --git a/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-javascript.md b/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-javascript.md index c3bf7b5811..0f17f0ef58 100644 --- a/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-javascript.md +++ b/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-javascript.md @@ -22,4 +22,4 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-3-java-edge.png) \ No newline at end of file +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-3-java-edge.png) \ No newline at end of file diff --git a/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-tbel.md b/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-tbel.md index 015eceaf76..b81c58def6 100644 --- a/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-tbel.md +++ b/_includes/templates/edge/integrations/mqtt/mqtt-downlink-converter-config-tbel.md @@ -22,4 +22,4 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-3-edge.png) \ No newline at end of file +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-3-edge.png) \ No newline at end of file diff --git a/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-javascript.md b/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-javascript.md index 66f316652b..ac67ff375f 100644 --- a/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-javascript.md +++ b/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-javascript.md @@ -42,4 +42,4 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-2-java-edge.png) \ No newline at end of file +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-2-java-edge.png) \ No newline at end of file diff --git a/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-tbel.md b/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-tbel.md index 8d15b959b8..defe173686 100644 --- a/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-tbel.md +++ b/_includes/templates/edge/integrations/mqtt/mqtt-uplink-converter-config-tbel.md @@ -29,4 +29,4 @@ return result; ``` {: .copy-code} -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-2-edge.png) \ No newline at end of file +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-2-edge.png) \ No newline at end of file diff --git a/_includes/templates/integration/particle/particle-downlink-js.md b/_includes/templates/integration/particle/particle-downlink-js.md index e421e0ce37..f056fdccce 100644 --- a/_includes/templates/integration/particle/particle-downlink-js.md +++ b/_includes/templates/integration/particle/particle-downlink-js.md @@ -30,4 +30,4 @@ return result; ``` {: .copy-code.expandable-10} -![image](/images/user-guide/integrations/particle/particle-create-downlink-js.png) \ No newline at end of file +![image](https://img.thingsboard.io/user-guide/integrations/particle/particle-create-downlink-js.png) \ No newline at end of file diff --git a/_includes/templates/integration/particle/particle-downlink-tbel.md b/_includes/templates/integration/particle/particle-downlink-tbel.md index ab691b8102..734e549ca0 100644 --- a/_includes/templates/integration/particle/particle-downlink-tbel.md +++ b/_includes/templates/integration/particle/particle-downlink-tbel.md @@ -30,4 +30,4 @@ return result; ``` {: .copy-code.expandable-10} -![image](/images/user-guide/integrations/particle/particle-create-downlink-tbel.png) \ No newline at end of file +![image](https://img.thingsboard.io/user-guide/integrations/particle/particle-create-downlink-tbel.png) \ No newline at end of file diff --git a/_includes/templates/integration/particle/particle-uplink-js.md b/_includes/templates/integration/particle/particle-uplink-js.md index 98cd2ce4ba..4761b0af9e 100644 --- a/_includes/templates/integration/particle/particle-uplink-js.md +++ b/_includes/templates/integration/particle/particle-uplink-js.md @@ -57,4 +57,4 @@ function decodeToJson(payload) { ``` {: .copy-code.expandable-10} -![image](/images/user-guide/integrations/particle/particle-create-uplink-converter-js.png) \ No newline at end of file +![image](https://img.thingsboard.io/user-guide/integrations/particle/particle-create-uplink-converter-js.png) \ No newline at end of file diff --git a/_includes/templates/integration/particle/particle-uplink-tbel.md b/_includes/templates/integration/particle/particle-uplink-tbel.md index 0ce1d6b36f..c4191eff99 100644 --- a/_includes/templates/integration/particle/particle-uplink-tbel.md +++ b/_includes/templates/integration/particle/particle-uplink-tbel.md @@ -44,4 +44,4 @@ if (data.coreid != "api") { ``` {: .copy-code.expandable-10} -![image](/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel.png) \ No newline at end of file +![image](https://img.thingsboard.io/user-guide/integrations/particle/particle-create-uplink-converter-tbel.png) \ No newline at end of file diff --git a/docs/pe/edge/user-guide/integrations/coap.md b/docs/pe/edge/user-guide/integrations/coap.md index 0cab43a37d..e49328a13c 100644 --- a/docs/pe/edge/user-guide/integrations/coap.md +++ b/docs/pe/edge/user-guide/integrations/coap.md @@ -5,58 +5,58 @@ description: CoAP Integration Guide assign-integration: 0: - image: /images/pe/edge/integrations/coap/assign-coap-integration-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-1-edge.png title: 'Go to the "Edge management" section -> "Instances" page, click on your edge instance to open "Edge details" window, and navigate to the "Attributes" tab. Click "plus" icon to add new server attribute to Edge;' 1: - image: /images/pe/edge/integrations/coap/assign-coap-integration-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-2-edge.png title: 'Name it 'edgeIp' and use Edge IP address and CoAP bind port in following format: 'host:port'. After, click "Add" button;' 2: - image: /images/pe/edge/integrations/coap/assign-coap-integration-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-3-edge.png title: 'Added the server attribute ''edgeIP'' to the edge;' 3: - image: /images/pe/edge/integrations/coap/assign-coap-integration-4-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-4-edge.png title: 'Now, click "Manage edge integrations" icon of Edge entity;' 4: - image: /images/pe/edge/integrations/coap/assign-coap-integration-5-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-5-edge.png title: 'Click the "+" icon at the top right of the corner. Specify your integration and click "Assign" button to assign it to the Edge;' 5: - image: /images/pe/edge/integrations/coap/assign-coap-integration-6-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-6-edge.png title: 'Login to your ThingsBoard Edge instance and open "Integrations center" section -> "Integrations" page. You should see your integration. Click on it;' 6: - image: /images/pe/edge/integrations/coap/assign-coap-integration-7-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/assign-coap-integration-7-edge.png title: 'In the "Integration details" window placeholder ${{edgeIP}} will be replaced with the value of the attribute.' coap-converter-binary-events: 0: - image: /images/pe/edge/integrations/coap/converter-events-coap-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the uplink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find an uplink message;' 1: - image: /images/pe/edge/integrations/coap/converter-events-coap-binary-payload-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-binary-payload-2-edge.png title: 'To see the incoming message to the converter, click the three dots in the 'In' column;' 2: - image: /images/pe/edge/integrations/coap/converter-events-coap-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-3-edge.png title: 'To see the outgoing message from the converter, click the three dots in the 'Out' column.' coap-converter-json-events: 0: - image: /images/pe/edge/integrations/coap/converter-events-coap-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the uplink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find an uplink message;' 1: - image: /images/pe/edge/integrations/coap/converter-events-coap-json-payload-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-json-payload-2-edge.png title: 'To see the incoming message to the converter, click the three dots in the 'In' column;' 2: - image: /images/pe/edge/integrations/coap/converter-events-coap-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-3-edge.png title: 'To see the outgoing message from the converter, click the three dots in the 'Out' column.' coap-converter-text-events: 0: - image: /images/pe/edge/integrations/coap/converter-events-coap-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the uplink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find an uplink message;' 1: - image: /images/pe/edge/integrations/coap/converter-events-coap-text-payload-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-text-payload-2-edge.png title: 'To see the incoming message to the converter, click the three dots in the 'In' column;' 2: - image: /images/pe/edge/integrations/coap/converter-events-coap-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/coap/converter-events-coap-3-edge.png title: 'To see the outgoing message from the converter, click the three dots in the 'Out' column.' --- @@ -72,7 +72,7 @@ CoAP Integration allows to stream data from devices that use a CoAP protocol to Please review the integration diagram to learn more. -![image](/images/user-guide/integrations/coap-integration.svg) +![image](https://img.thingsboard.io/user-guide/integrations/coap-integration.svg) ## Prerequisites @@ -122,7 +122,7 @@ Follow the steps below to add the **MQTT integration**: {% include templates/edge/integrations/debug-mode-info.md %} -![image](/images/pe/edge/integrations/coap/add-coap-integration-template-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/add-coap-integration-template-1-edge.png) - The next step is to create an **Uplink data converter**. @@ -150,7 +150,7 @@ After adding the uplink converter, click "Next". In this example, we will use the placeholder **$\{\{edgeIp\}\}** for '**Base URL**'; - Click "Add" button to create the integration. -![image](/images/pe/edge/integrations/coap/add-coap-integration-template-3-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/coap/add-coap-integration-template-3-edge.png) ## Assign Integration to Edge diff --git a/docs/pe/edge/user-guide/integrations/mqtt.md b/docs/pe/edge/user-guide/integrations/mqtt.md index 302f189ac7..8e8d813309 100644 --- a/docs/pe/edge/user-guide/integrations/mqtt.md +++ b/docs/pe/edge/user-guide/integrations/mqtt.md @@ -5,75 +5,75 @@ description: MQTT Integration guide assign-integration: 0: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-1-edge.png title: 'Go to the "Edge management" section -> "Instances" page, click on your edge instance to open "Edge details" window, and navigate to the "Attributes" tab. Click "plus" icon to add new server attribute to Edge;' 1: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-2-edge.png title: 'Named 'brokerIp' and set value as 'broker.hivemq.com'. After, click "Add" button;' 2: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-3-edge.png title: 'Added the server attribute ''brokerIp'' to the edge;' 3: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-4-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-4-edge.png title: 'Now, click "Manage edge integrations" icon of Edge entity;' 4: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-5-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-5-edge.png title: 'Click the "+" icon at the top right of the corner. Specify your integration and click "Assign" button to assign it to the Edge;' 5: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-6-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-6-edge.png title: 'Login to your ThingsBoard Edge instance and open "Integrations center" section -> "Integrations" page. You should see your integration. Click on it;' 6: - image: /images/pe/edge/integrations/mqtt/assign-mqtt-integration-7-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/assign-mqtt-integration-7-edge.png title: 'In the "Integration details" window placeholder ${{brokerIp}} will be replaced with the value of the attribute.' send-uplink-edge: 0: - image: /images/pe/edge/integrations/mqtt/send-mqtt-uplink-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/send-mqtt-uplink-1-edge.png title: 'In the integration events tab, you should find an uplink message with the status 'OK'. To see the message itself, click the three dots in the 'Message' column.' 1: - image: /images/pe/edge/integrations/mqtt/send-mqtt-uplink-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/send-mqtt-uplink-2-edge.png converter-mqtt-events: 0: - image: /images/pe/edge/integrations/mqtt/converter-events-mqtt-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/converter-events-mqtt-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the uplink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find an uplink message;' 1: - image: /images/pe/edge/integrations/mqtt/converter-events-mqtt-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/converter-events-mqtt-2-edge.png title: 'To see the incoming message to the converter, click the three dots in the 'In' column;' 2: - image: /images/pe/edge/integrations/mqtt/converter-events-mqtt-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/converter-events-mqtt-3-edge.png title: 'To see the outgoing message from the converter, click the three dots in the 'Out' column.' downlink-rule: 0: - image: /images/pe/edge/integrations/mqtt/downlink-rule-mqtt-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-rule-mqtt-1-edge.png title: 'Go to the "Edge management" section -> "Rule chain templates" page and click on the "Edge Root Rule Chain" to open it;' 1: - image: /images/pe/edge/integrations/mqtt/downlink-rule-mqtt-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-rule-mqtt-2-edge.png title: 'Create an 'originator fields' node. Configure adding originator name and originator type to the message metadata - in the downlink converter name of the device will be used to set the proper downlink MQTT topic;' 2: - image: /images/pe/edge/integrations/mqtt/downlink-rule-mqtt-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-rule-mqtt-3-edge.png title: 'Create an 'integration downlink' node. Specify your integration in its settings;' 3: - image: /images/pe/edge/integrations/mqtt/downlink-rule-mqtt-4-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-rule-mqtt-4-edge.png title: 'Set the "Attributes Updated" and "Post attributes" links from the 'message type switch' node to the 'originator fields' node. And set 'Success' link from the 'originator fields' node to the 'integration downlink' node. When the attribute is created or changes are made to the attribute on the Edge, the downlink message will be sent to the integration. Apply changes.' downlink-integration-message: 0: - image: /images/pe/edge/integrations/mqtt/downlink-message-mqtt-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-message-mqtt-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the downlink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find an downlink message;' 1: - image: /images/pe/edge/integrations/mqtt/downlink-message-mqtt-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-message-mqtt-2-edge.png downlink-converter-message: 0: - image: /images/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-1-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-1-edge.png title: 'Go to the "Integrations center" section -> "Data converters" page, click on the downlink converter to open "Data converter details" window, and navigate to the "Events" tab. There you will find a downlink message;' 1: - image: /images/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-2-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-2-edge.png title: 'Click the three dots in the 'In' column to see the message that came from the integration to the converter;' 2: - image: /images/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-3-edge.png + image: https://img.thingsboard.io/pe/edge/integrations/mqtt/downlink-mqtt-converter-message-3-edge.png title: 'Click the three dots in the 'Out' column to see the message sent to the device after processing by the converter.' --- @@ -90,7 +90,7 @@ Its typical use is whenever your devices are already connected to external MQTT Please review the integration diagram to learn more. - + ThingsBoard Edge MQTT Integration acts as an MQTT client. It subscribes to topics and converts the data into telemetry and attribute updates. @@ -126,7 +126,7 @@ Follow the steps below to add the **MQTT integration**: {% include templates/edge/integrations/debug-mode-info.md %} -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-1-edge.png) - The next step is to create an **Uplink data converter**. @@ -171,13 +171,13 @@ tb-edge/mqtt-integration-tutorial/sensors/+/temperature - You can also select an MQTT **QoS** level. We use MQTT QoS level 0 (At most once) by default; -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-4-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-4-edge.png) - Go to the '**Advanced settings**'. It is better to uncheck the '**Clean session**' parameter. Many brokers do not support sticky sessions, so will silently close the connection if you try to connect with this option enabled; - Let's leave the '**Downlink topic pattern**' by default, meaning that the integration will take the metadata.topic and use it as the downlink topic; - Click "Add" button to create the integration. -![image](/images/pe/edge/integrations/mqtt/add-mqtt-integration-template-5-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-integration-template-5-edge.png) ## Modify Edge Root Rule Chain for downlinks @@ -211,7 +211,7 @@ Now, go to the "**Integrations center**" -> "**Integrations**" and navigate to t When you sent the message, a new device was created. The created device with data can be seen in the "**Entities**" section -> "**Devices**" page: -![image](/images/pe/edge/integrations/mqtt/create-mqtt-device-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/create-mqtt-device-1-edge.png) Also, received data can be viewed in the uplink converter. In the 'In' and 'Out' blocks of the "**Events**" tab: @@ -229,15 +229,15 @@ mosquitto_sub -h broker.hivemq.com -p 1883 -t "tb-edge/mqtt-integration-tutorial Please leave this terminal running in background - in this terminal window you should receive incoming messages sent later by integration. -![image](/images/pe/edge/integrations/mqtt/terminal-running-in-background.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/terminal-running-in-background.png) Now, let's add a 'firmware' shared attribute. Go to the "**Devices**" page, select your device, and navigate to the "**Attributes**" tab on the **ThingsBoard Edge**. Select the "**Shared attributes**" scope and click on the "plus" icon to create new attribute. Then set the attribute name, its value (for example, the key name is 'firmware', value: 'v1.0') and save the data. -![image](/images/pe/edge/integrations/mqtt/add-mqtt-shared-attribute-1-edge.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/add-mqtt-shared-attribute-1-edge.png) An example of incoming messages from ThingsBoard Edge in the terminal: -![image](/images/pe/edge/integrations/mqtt/incoming-message-in-terminal.png) +![image](https://img.thingsboard.io/pe/edge/integrations/mqtt/incoming-message-in-terminal.png) To make sure that downlink message sent to integration you can check "**Events**" tab of the integration: diff --git a/images/user-guide/integrations/particle/cli-login.png b/images/user-guide/integrations/particle/cli-login.png deleted file mode 100644 index 4d9d961e7b..0000000000 Binary files a/images/user-guide/integrations/particle/cli-login.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/cli-token-created.png b/images/user-guide/integrations/particle/cli-token-created.png deleted file mode 100644 index 8baec82b1f..0000000000 Binary files a/images/user-guide/integrations/particle/cli-token-created.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-1-preview.png b/images/user-guide/integrations/particle/particle-add-widget-1-preview.png deleted file mode 100644 index 56961c106a..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-1-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-1.png b/images/user-guide/integrations/particle/particle-add-widget-1.png deleted file mode 100644 index 0f1e554ed4..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-1.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-2-preview.png b/images/user-guide/integrations/particle/particle-add-widget-2-preview.png deleted file mode 100644 index 4f97736a9b..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-2-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-2.png b/images/user-guide/integrations/particle/particle-add-widget-2.png deleted file mode 100644 index 6e545e6993..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-2.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-3-preview.png b/images/user-guide/integrations/particle/particle-add-widget-3-preview.png deleted file mode 100644 index 6afabb27db..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-3-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-3.png b/images/user-guide/integrations/particle/particle-add-widget-3.png deleted file mode 100644 index c9a9aa19fc..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-3.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-5-preview.png b/images/user-guide/integrations/particle/particle-add-widget-5-preview.png deleted file mode 100644 index 8d62e7743a..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-5-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-add-widget-5.png b/images/user-guide/integrations/particle/particle-add-widget-5.png deleted file mode 100644 index 22c44c444c..0000000000 Binary files a/images/user-guide/integrations/particle/particle-add-widget-5.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-add-integration-preview.png b/images/user-guide/integrations/particle/particle-console-add-integration-preview.png deleted file mode 100644 index 1ba93b4a01..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-add-integration-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-add-integration.png b/images/user-guide/integrations/particle/particle-console-add-integration.png deleted file mode 100644 index 150f9092d4..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-add-integration.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-choose-integration-preview.png b/images/user-guide/integrations/particle/particle-console-choose-integration-preview.png deleted file mode 100644 index 87a71f749f..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-choose-integration-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-choose-integration.png b/images/user-guide/integrations/particle/particle-console-choose-integration.png deleted file mode 100644 index e03e3824b6..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-choose-integration.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-device-list-preview.png b/images/user-guide/integrations/particle/particle-console-device-list-preview.png deleted file mode 100644 index 8c0b409b8a..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-device-list-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-device-list.png b/images/user-guide/integrations/particle/particle-console-device-list.png deleted file mode 100644 index 26bfaf6aeb..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-device-list.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-device-preview.png b/images/user-guide/integrations/particle/particle-console-device-preview.png deleted file mode 100644 index 13eae3918d..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-device-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-device.png b/images/user-guide/integrations/particle/particle-console-device.png deleted file mode 100644 index d507ef5086..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-device.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integration-configuration-preview.png b/images/user-guide/integrations/particle/particle-console-integration-configuration-preview.png deleted file mode 100644 index 1b73a8886c..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integration-configuration-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integration-configuration.png b/images/user-guide/integrations/particle/particle-console-integration-configuration.png deleted file mode 100644 index e4a0a735a8..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integration-configuration.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-2-preview.png b/images/user-guide/integrations/particle/particle-console-integrations-2-preview.png deleted file mode 100644 index 572b31b52f..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-2-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-2.png b/images/user-guide/integrations/particle/particle-console-integrations-2.png deleted file mode 100644 index 13682b35b3..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-2.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-3-preview.png b/images/user-guide/integrations/particle/particle-console-integrations-3-preview.png deleted file mode 100644 index ad5fdb5580..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-3-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-3.png b/images/user-guide/integrations/particle/particle-console-integrations-3.png deleted file mode 100644 index d1f05f03af..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-3.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-4-preview.png b/images/user-guide/integrations/particle/particle-console-integrations-4-preview.png deleted file mode 100644 index ce11216ecc..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-4-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-4.png b/images/user-guide/integrations/particle/particle-console-integrations-4.png deleted file mode 100644 index abb1c1bf2d..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-4.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-5-preview.png b/images/user-guide/integrations/particle/particle-console-integrations-5-preview.png deleted file mode 100644 index 1fb07f6310..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-5-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-5.png b/images/user-guide/integrations/particle/particle-console-integrations-5.png deleted file mode 100644 index 0cd311bfc9..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-5.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations-preview.png b/images/user-guide/integrations/particle/particle-console-integrations-preview.png deleted file mode 100644 index a034df5475..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-console-integrations.png b/images/user-guide/integrations/particle/particle-console-integrations.png deleted file mode 100644 index fbb28269d8..0000000000 Binary files a/images/user-guide/integrations/particle/particle-console-integrations.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-downlink-js-preview.png b/images/user-guide/integrations/particle/particle-create-downlink-js-preview.png deleted file mode 100644 index a8fe8b5a9d..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-downlink-js-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-downlink-js.png b/images/user-guide/integrations/particle/particle-create-downlink-js.png deleted file mode 100644 index 9d33f9ab3a..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-downlink-js.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-downlink-tbel-preview.png b/images/user-guide/integrations/particle/particle-create-downlink-tbel-preview.png deleted file mode 100644 index 5e29854f25..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-downlink-tbel-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-downlink-tbel.png b/images/user-guide/integrations/particle/particle-create-downlink-tbel.png deleted file mode 100644 index c21596002b..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-downlink-tbel.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-uplink-converter-js-preview.png b/images/user-guide/integrations/particle/particle-create-uplink-converter-js-preview.png deleted file mode 100644 index 2b67ae5832..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-uplink-converter-js-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-uplink-converter-js.png b/images/user-guide/integrations/particle/particle-create-uplink-converter-js.png deleted file mode 100644 index 73158c4b47..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-uplink-converter-js.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel-preview.png b/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel-preview.png deleted file mode 100644 index 765647631d..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel.png b/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel.png deleted file mode 100644 index 1b8d287d7d..0000000000 Binary files a/images/user-guide/integrations/particle/particle-create-uplink-converter-tbel.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/particle-webide-example.png b/images/user-guide/integrations/particle/particle-webide-example.png deleted file mode 100644 index 4b451fba09..0000000000 Binary files a/images/user-guide/integrations/particle/particle-webide-example.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-create-downlink-rule-node.png b/images/user-guide/integrations/particle/tb-create-downlink-rule-node.png deleted file mode 100644 index e886dfd370..0000000000 Binary files a/images/user-guide/integrations/particle/tb-create-downlink-rule-node.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-create-integration-configuration-preview.png b/images/user-guide/integrations/particle/tb-create-integration-configuration-preview.png deleted file mode 100644 index f5af163ac7..0000000000 Binary files a/images/user-guide/integrations/particle/tb-create-integration-configuration-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-create-integration-configuration.png b/images/user-guide/integrations/particle/tb-create-integration-configuration.png deleted file mode 100644 index 50ca934a5c..0000000000 Binary files a/images/user-guide/integrations/particle/tb-create-integration-configuration.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-create-integration-preview.png b/images/user-guide/integrations/particle/tb-create-integration-preview.png deleted file mode 100644 index 194c23db19..0000000000 Binary files a/images/user-guide/integrations/particle/tb-create-integration-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-create-integration.png b/images/user-guide/integrations/particle/tb-create-integration.png deleted file mode 100644 index 620544283c..0000000000 Binary files a/images/user-guide/integrations/particle/tb-create-integration.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-new-device-created-preview.png b/images/user-guide/integrations/particle/tb-new-device-created-preview.png deleted file mode 100644 index f4d56172dc..0000000000 Binary files a/images/user-guide/integrations/particle/tb-new-device-created-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-new-device-created.png b/images/user-guide/integrations/particle/tb-new-device-created.png deleted file mode 100644 index e57887e9f5..0000000000 Binary files a/images/user-guide/integrations/particle/tb-new-device-created.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-root-rule-chain-preview.png b/images/user-guide/integrations/particle/tb-root-rule-chain-preview.png deleted file mode 100644 index 9bac181354..0000000000 Binary files a/images/user-guide/integrations/particle/tb-root-rule-chain-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-root-rule-chain.png b/images/user-guide/integrations/particle/tb-root-rule-chain.png deleted file mode 100644 index e572f7da67..0000000000 Binary files a/images/user-guide/integrations/particle/tb-root-rule-chain.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-select-downlink-preview.png b/images/user-guide/integrations/particle/tb-select-downlink-preview.png deleted file mode 100644 index 204fe84696..0000000000 Binary files a/images/user-guide/integrations/particle/tb-select-downlink-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-select-downlink.png b/images/user-guide/integrations/particle/tb-select-downlink.png deleted file mode 100644 index b706cdbd86..0000000000 Binary files a/images/user-guide/integrations/particle/tb-select-downlink.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-select-uplink-preview.png b/images/user-guide/integrations/particle/tb-select-uplink-preview.png deleted file mode 100644 index 174bc6ab80..0000000000 Binary files a/images/user-guide/integrations/particle/tb-select-uplink-preview.png and /dev/null differ diff --git a/images/user-guide/integrations/particle/tb-select-uplink.png b/images/user-guide/integrations/particle/tb-select-uplink.png deleted file mode 100644 index 38e9ae6b3e..0000000000 Binary files a/images/user-guide/integrations/particle/tb-select-uplink.png and /dev/null differ