mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
add clock to no styles objects, initialize event message generators with configurations
This commit is contained in:
@ -35,6 +35,9 @@ export default function EventGeneratorPlugin(options) {
|
||||
object.telemetry = {
|
||||
duration: 5
|
||||
};
|
||||
object.configuration = {
|
||||
objectStyles: {}
|
||||
};
|
||||
}
|
||||
});
|
||||
openmct.telemetry.addProvider(new EventTelemetryProvider());
|
||||
@ -50,6 +53,9 @@ export default function EventGeneratorPlugin(options) {
|
||||
object.telemetry = {
|
||||
duration: 2.5
|
||||
};
|
||||
object.configuration = {
|
||||
objectStyles: {}
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user