Skip to content

Commit 832a145

Browse files
committed
Release script
1 parent 239b2cf commit 832a145

13 files changed

Lines changed: 464 additions & 464 deletions

File tree

_data/clients-feedback.yml

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

_includes/docs/pe/user-guide/integrations/tuya.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ In the last step, fill in the following fields:
117117

118118
When integration configured and ready to use, we need to go to **Rule Chains**, choose **"Root Rule Chain"** and here create rule node **Integration Downlink**. Input some name here, choose earlier created Tuya integration, and tap **Add**.
119119

120-
![image](/images/user-guide/integrations/tuya/tuya-rule-chain-downlink-1-pe.png)
120+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-rule-chain-downlink-1-pe.png)
121121

122122
After these steps, we need to tap on a right grey circle of rule node **message type switch** and drag this circle to left side of **Integration Downlink**. In pop-up window add **"RPC Request to Device"** link, and tap **Add**. **Save** the Root Rule Chain.
123123

124-
![image](/images/user-guide/integrations/tuya/tuya-rule-chain-downlink-2-pe.png)
124+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-rule-chain-downlink-2-pe.png)
125125

126126
## Uplink message
127127

@@ -140,32 +140,32 @@ To visualize the Smart Plug data and test RPC commands, we will create the **Tuy
140140
- Drag the previously downloaded JSON file into the window.
141141
- Tap **Import**.
142142

143-
![image](/images/user-guide/integrations/tuya/tuya-dashboard-1-pe.png)
143+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-dashboard-1-pe.png)
144144

145145
- Open the **Tuya Smart Plug** dashboard.
146146
- Enter **Edit mode**, and update **Entity aliases** - specify your device as target device in the **smartPlug** alias
147147

148-
![image](/images/user-guide/integrations/tuya/tuya-alias-1-pe.png)
148+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-alias-1-pe.png)
149149

150150
{% capture difference %}
151151
**NOTE:** Time series data keys of your device may differ from those presented. If necessary, you will need to replace them, according to the documentation for your device (for each widget).
152152
{% endcapture %}
153153
{% include templates/info-banner.md content=difference %}
154154

155-
![image](/images/user-guide/integrations/tuya/tuya-edit-timeseries-data-keys-pe.png)
155+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-edit-timeseries-data-keys-pe.png)
156156

157157
<br>
158158
If you have everything configured correctly, you will see Smart Plug status light (on/off) and telemetry for the last hour: voltage, power, and current.
159159

160-
![image](/images/user-guide/integrations/tuya/tuya-dashboard-2-pe.png)
160+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-dashboard-2-pe.png)
161161

162162
Smart Plug status light is green. Try to switch off the Smart Plug by clicking on the **On/Off Round switch**
163163

164-
![image](/images/user-guide/integrations/tuya/tuya-dashboard-3-pe.png)
164+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-dashboard-3-pe.png)
165165

166166
The Smart Plug status indicator turns grey. Power consumption stops.
167167

168-
![image](/images/user-guide/integrations/tuya/tuya-dashboard-4-pe.png)
168+
![image](https://img.thingsboard.io/user-guide/integrations/tuya/tuya-dashboard-4-pe.png)
169169

170170
## Next steps
171171

_includes/docs/user-guide/oauth-2-support.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -825,11 +825,11 @@ https://my.thingsboard.instance/login/oauth2/code/
825825

826826
{% assign Azure1 = '
827827
===
828-
image: /images/user-guide/oauth-2-support/azure/azure-go-for-ad.png,
828+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-go-for-ad.png,
829829
===
830-
image: /images/user-guide/oauth-2-support/azure/azure-go-for-and-create-application.png,
830+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-go-for-and-create-application.png,
831831
===
832-
image: /images/user-guide/oauth-2-support/azure/azure-create-application.png,
832+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-create-application.png,
833833
'
834834
%}
835835

@@ -845,13 +845,13 @@ Finally, open the **Certificates & secrets** tab, and click **+ New client secre
845845

846846
{% assign Azure2 = '
847847
===
848-
image: /images/user-guide/oauth-2-support/azure/azure-application-general-data.png,
848+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-application-general-data.png,
849849
title: Now we are on the **Overview** page, where we can find the **Application (client) ID** and the **Client name** that we specified earlier.
850850
===
851-
image: /images/user-guide/oauth-2-support/azure/azure-application-authentication.png,
851+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-application-authentication.png,
852852
title: Next, open the **Authentication** tab. Make sure to enable authorization on the **access token-based**. **Save** changes.
853853
===
854-
image: /images/user-guide/oauth-2-support/azure/azure-application-secrets.png,
854+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-application-secrets.png,
855855
title: Finally, open the **Certificates & secrets** tab, and click **+ New client secret**. Save created key **value** (**Client Secret**).
856856
'
857857
%}
@@ -876,7 +876,7 @@ From this document, you will need the following endpoints:
876876

877877
{% assign Azure2 = '
878878
===
879-
image: /images/user-guide/oauth-2-support/azure/azure-application-endpoints.png,
879+
image: https://img.thingsboard.io/user-guide/oauth-2-support/azure/azure-application-endpoints.png,
880880
'
881881
%}
882882

_includes/upgrade-instructions-table.liquid

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@
193193
</a>
194194
{% elsif docsPrefix == "trendz/" %}
195195
<a href="/docs/{{ docsPrefix }}install/upgrade-instructions/ubuntu/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Ubuntu Instructions">
196-
<img src="/images/ubuntu.svg" alt="Upgrade Ubuntu Instructions">
196+
<img src="https://img.thingsboard.io/ubuntu.svg" alt="Upgrade Ubuntu Instructions">
197197
</a>
198198
<a href="/docs/{{ docsPrefix }}install/upgrade-instructions/centos/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="CentOS Instructions">
199-
<img src="/images/centos.svg" alt="Upgrade CentOS Instructions">
199+
<img src="https://img.thingsboard.io/centos.svg" alt="Upgrade CentOS Instructions">
200200
</a>
201201
<a href="/docs/{{ docsPrefix }}install/upgrade-instructions/windows/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Windows Instructions">
202-
<img src="/images/windows.svg" alt="Upgrade Windows Instructions">
202+
<img src="https://img.thingsboard.io/windows.svg" alt="Upgrade Windows Instructions">
203203
</a>
204204
<a href="/docs/{{ docsPrefix }}install/upgrade-instructions/docker/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Docker Instructions">
205-
<img src="/images/docker.svg" alt="Upgrade Docker Instructions">
205+
<img src="https://img.thingsboard.io/docker.svg" alt="Upgrade Docker Instructions">
206206
</a>
207207
{% else %}
208208
<a href="/docs/{{ docsPrefix }}user-guide/install/upgrade-instructions/ubuntu/{{ versionFamily }}/{{ hashLinkUpgrade }}" data-tooltip="Ubuntu Instructions">

0 commit comments

Comments
 (0)