Skip to content

Commit

Permalink
Style enhancements for Derived Telemetry object
Browse files Browse the repository at this point in the history
- Closes #7823
- Tweak to object description.
  • Loading branch information
charlesh88 committed Sep 4, 2024
1 parent 4260cc3 commit cce3008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/comps/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default function CompsPlugin() {
name: 'Derived Telemetry',
key: 'comps',
description:
'Add one or more telemetry objects, apply a mathematical operation to them, and republish the result as a new telemetry object.',
'Add one or more telemetry end points, apply a mathematical operation to them, and output the result as new telemetry.',
creatable: true,
cssClass: 'icon-telemetry',
cssClass: 'icon-derived-telemetry',
initialize: function (domainObject) {
domainObject.configuration = {
comps: {
Expand Down

0 comments on commit cce3008

Please sign in to comment.