Databoom Master
- Total activity 564
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 336
Articles
Recent activity by Databoom Master Sort by recent activity-
Release 4.2.4 (09/21/2021)
In the 4.2.4 release the following improvements were introduced: Alarms, added link to rules in alarms list; Alarms widget, if a time range is selected from date picker in edit modal dates update ...
-
POST /signals/push/
The API publish signal values is POST https://api.databoom.com/v1/signals/push/ To call the API a token OAuth with Publish permission is needed. Data format to forward is available at Data format ...
-
How to communicate with Databoom using MQTT.fx
It is possible to connect to Databoom MQTT broker using MQTTfx. For the MQTT device configuration in Databoom read also: MQTT Before starting To connect to MQTT broker it is required to note ...
-
Signal template
When creating a device template it is possible to add a list of signals (description, signal type and token). When a device is created from the template, signals are also created on the model of th...
-
Duplicate a rule
Duplication functionality allows to create a copy of a rule, with the possibility to specify to duplicate also its shares. To duplicate a rule, just go to its details page and click the Duplicate b...
-
Generating a report
Manual generation By checking the boxes under the report title it is possible to choose whether to show it in the generated file. In addition you can also choose to visualize the creation date with...
-
Signal detail
By clicking one signal in the list, its detail is displayed, with its graphical representation. Buttons on the top right of the details page let the user: If Administrator or Creator, to make the ...
-
Gauge (widget)
The widget shows the last received value of a signal on a tachometer-like chart, whose bands are set by the user in the widget creation procedure. Minimum and maximum values are required, once they...
-
Release 4.1.185 (07/27/2021)
In the 4.1.185 release the following improvements were introduced: Rules, deleted variables are displayed in list; Rules from template, when a device from template is deleted, rules from the same ...
-
PUT /signals/{signalId}
The API to update a signal is the following PUT https://api.databoom.com/v1/signals/{signalId} To call the API an OAuth token with Update permission is needed. {signalId} in the URL must be replac...