Skip to content

Conversation

@deepalisingh-r
Copy link
Contributor

@deepalisingh-r deepalisingh-r commented Feb 9, 2026

Tenant to Deploy to: eG Innovations Pvt Ltd

Description

minor changes in naming data streams

PR Creation Checklist:

  • PR title includes a descriptive title
  • Added a label: breaking or non-breaking
  • Added a label: bug-fix, new-plugin, internal or enhancement
  • PR description written
  • Validate script run

Validate script output (for breaking change)

"dataSourceName": "getAlerts",
"definition": {
"name": "Alerts",
"name": "Open Alarms",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theses name changes will break any existing tiles targeting this data stream. You can only modify the displayName.
The name is effectively an ID and not used by any UI processes so it won't be visible anywhere.
I suspect this is just a small overreach by find and replace though.

Suggested change
"name": "Open Alarms",
"name": "Alerts",

"definition": {
"timeframes": false,
"name": "Alarms",
"name": "Alarms Count",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants