devaskim

Results 121 comments of devaskim

@vvlladd28 Ok about 3.4.1 @vvlladd28 I already opened some days ago [issue about closing dashboard opened as dialog](https://github.com/thingsboard/thingsboard/issues/6867). Could you please look at it if you have what to say?

It is impossible with current implementation of Arc widget. [Here](https://thingsboard.io/docs/user-guide/contribution/widgets-development/#latest-values-example) is how you can implement desired behaviour in the custom widget.

> Hi @devaskim, Thanks for the improvements to the product, could you please move the edits added to the repository [UI help](https://github.com/thingsboard/thingsboard-ui-help/pull/5) to the product folder `ui-ngx/src/assets/help`? Something go wrong...

If you are familiar with [custom widget development](https://thingsboard.io/docs/user-guide/contribution/widgets-development/#latest-values-widget) it would not be a problem to solve this case. 1. Go to _Widget library_ menu. Create new library and there create...

Updated widget code: ``` let $scope; let $injector; let attributeService; let entityId; self.onInit = function() { $scope = self.ctx.$scope; $injector = self.ctx.$scope.$injector; attributeService = $injector.get(self.ctx.servicesMap.get('attributeService')); if (self.ctx.defaultSubscription.datasources.length > 0) {...

Maybe [this doc](https://thingsboard.io/docs/reference/iot-platform-deployment-scenarios/#performance-requirements) will help you. And here is [official performance metrics](https://thingsboard.io/docs/reference/performance/).

> I tried setting msgType in the transformation script it said read only Don't try to change existing `msg` object. Instead create new one, set there _POST_ATTRIBUTES_REQUEST_ type and return...

How did you construct such request body? As I know REST node is able to send only Message payload what is JSON formatted data

Almost as usual I helped to myself and suggest PR #7275. With this PR I would receive continuous updates in my custom widgets from all timeseries data keys without explicitly...

> I cannot find any API on the swagger UI that can allow me to set repository in a programmatic way See [admin controller](https://demo.thingsboard.io/swagger-ui/#/admin-controller/saveRepositorySettingsUsingPOST)