Style enhancements for Derived Telemetry object

- Closes #7823
- Tweak to object description.
This commit is contained in:
Charles Hacskaylo 2024-09-04 11:58:57 -07:00
parent 4260cc3603
commit cce30084ee

View File

@ -32,9 +32,9 @@ export default function CompsPlugin() {
name: 'Derived Telemetry', name: 'Derived Telemetry',
key: 'comps', key: 'comps',
description: 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, creatable: true,
cssClass: 'icon-telemetry', cssClass: 'icon-derived-telemetry',
initialize: function (domainObject) { initialize: function (domainObject) {
domainObject.configuration = { domainObject.configuration = {
comps: { comps: {