Skip to content

Commit

Permalink
Release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Oct 8, 2024
1 parent 95d40d9 commit e36cefc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ Before you add an Efento sensor to the platform you need to create a new Device

{% assign deviceProfileCreationPE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-1-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-1-pe.png,
title: Log in to your administrator account and navigate to "Device profiles" page. Click on the "+" icon in the top right corner of the table and then select "Create new device profile" from drop-down menu;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-2-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-2-pe.png,
title: Fill up the profile name (mandatory) and configure optional settings (Rule chain, Queue Name, Description). Once you are ready press "Next: Transport configuration" button;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-3-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-3-pe.png,
title: From the dropdown menu in the "Transport type" field select "CoAP", and from the dropdown menu in "CoAP device type" field select "Efento NB-IoT", click "Add" button to confirm adding new device profile;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-4-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-4-pe.png,
title: Once the profile is ready you will see it on the list in the "Device profiles" section. If you plan to use your ThingsBoard instance only with Efento sensors you can set the profile as default.
'
%}

{% assign deviceProfileCreationCE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-1-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-1-ce.png,
title: Log in to your administrator account and navigate to "Device profiles" page. Click on the "+" icon in the top right corner of the table and then select "Create new device profile" from drop-down menu;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-2-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-2-ce.png,
title: Fill up the profile name (mandatory) and configure optional settings (Rule chain, Queue Name, Description). Once you are ready press "Next: Transport configuration" button;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-3-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-3-ce.png,
title: From the dropdown menu in the "Transport type" field select "CoAP", and from the dropdown menu in "CoAP device type" field select "Efento NB-IoT", click "Add" button to confirm adding new device profile;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-4-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-profile-4-ce.png,
title: Once the profile is ready you will see it on the list in the "Device profiles" section. If you plan to use your ThingsBoard instance only with Efento sensors you can set the profile as default.
'
%}
Expand All @@ -49,38 +49,38 @@ In order to save a data from the sensor we should also create a device on Things

{% assign deviceAddingPE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-1-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-1-pe.png,
title: Go to the "Devices" page of the "Entities" section. By default, you navigate to the device group "All". Click on the "+" icon in the top right corner of the table and then select "Add new device" from drop-down menu;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-2-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-2-pe.png,
title: Enter the device name. In the "Device profile" field specify the profile you have recently created for Efento sensors. Then, click "Next: Credentials" button;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-3-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-3-pe.png,
title: Leave the credential type as "Access token". Set the new access token, which will be used by a sensor to validate in the ThingsBoard platform. Note that the token must be unique for each sensor. Configuration of the token is optional. Click "Add" button to confirm adding new device;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-4-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-4-pe.png,
title: A window will open where you can check the device's connection to ThingsBoard. This step is optional. Close this window;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-5-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-5-pe.png,
title: Once added, the device appears in the "All" device group list.
'
%}

{% assign deviceAddingCE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-1-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-1-ce.png,
title: Go to the "Devices" page of the "Entities" section. Click on the "+" icon in the top right corner of the table and then select "Add new device" from drop-down menu;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-2-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-2-ce.png,
title: Enter the device name. In the "Device profile" field specify the profile you have recently created for Efento sensors. Then, click "Next: Credentials" button;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-3-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-3-ce.png,
title: Leave the credential type as "Access token". Set the new access token, which will be used by a sensor to validate in the ThingsBoard platform. Note that the token must be unique for each sensor. Configuration of the token is optional. Click "Add" button to confirm adding new device;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-4-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-4-ce.png,
title: A window will open where you can check the device's connection to ThingsBoard. This step is optional. Close this window;
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-5-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/create-device-5-ce.png,
title: Once added, the device appears in the device list.
'
%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ To do this, follow these steps:

{% assign editAlias = '
===
image: /images/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-1-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-1-pe.png,
title: Open the dashboard and enter edit mode. Click the "Entity aliases" icon, then in the pop-up window click the "Edit alias" icon next to the alias.
===
image: /images/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-2-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-2-pe.png,
title: In edit alias window select your device from dropdown list and save entity alias.
===
image: /images/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-3-pe.png,
image: https://img.thingsboard.io/user-guide/dashboards/alias/edit-alias-for-vs-121-sensor-3-pe.png,
title: Apply all changes.
'
%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ If everything is set correctly, you should see the data in ThingsBoard. To do th

{% assign checkEfentoSensorDataPE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/check-device-data-1-pe.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/check-device-data-1-pe.png,
title: Click on the device and the most recent data from the device will be visible in the "Latest telemetry" tab.
'
%}

{% assign checkEfentoSensorDataCE = '
===
image: /images/devices-library/ready-to-go-devices/wireless-open-close-sensor/check-device-data-1-ce.png,
image: https://img.thingsboard.io/devices-library/ready-to-go-devices/wireless-open-close-sensor/check-device-data-1-ce.png,
title: Click on the device and the most recent data from the device will be visible in the "Latest telemetry" tab.
'
%}
Expand Down
10 changes: 5 additions & 5 deletions _includes/docs/user-guide/ui/microsoft-teams-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ To do this, follow these steps:

{% assign microsoftTeamsSettings = '
===
image: /images/user-guide/ui/microsoft-teams/microsoft-teams-settings-1.png,
image: https://img.thingsboard.io/user-guide/ui/microsoft-teams/microsoft-teams-settings-1.png,
title: Sign in to Microsoft Teams and navigate to the "Teams" tab, then left-click on your channel name. In the drop-down menu click on the "Workflows" item;
===
image: /images/user-guide/ui/microsoft-teams/microsoft-teams-settings-2.png,
image: https://img.thingsboard.io/user-guide/ui/microsoft-teams/microsoft-teams-settings-2.png,
title: Find "Post to a channel when a webhook request is received" workflow and click on it;
===
image: /images/user-guide/ui/microsoft-teams/microsoft-teams-settings-3.png,
image: https://img.thingsboard.io/user-guide/ui/microsoft-teams/microsoft-teams-settings-3.png,
title: Give a name to the workflow and click the "Next" button;
===
image: /images/user-guide/ui/microsoft-teams/microsoft-teams-settings-4.png,
image: https://img.thingsboard.io/user-guide/ui/microsoft-teams/microsoft-teams-settings-4.png,
title: In the "Details" choose the team and the channel and click the "Add workflow" button;
===
image: /images/user-guide/ui/microsoft-teams/microsoft-teams-settings-5.png,
image: https://img.thingsboard.io/user-guide/ui/microsoft-teams/microsoft-teams-settings-5.png,
title: Workflow added successfully. Now, copy the workflow URL which will be used in the configuration for notifications. Finally, click the "Done" button.
'
%}
Expand Down

0 comments on commit e36cefc

Please sign in to comment.