mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
Use parsed telemetry data values for condition evaluations (#2783)
* Use parsed telemetry data values for condition evaluations * Addresses comments - handles undefined value and implements format and validate formatter methods * Merge topic-conditionals
This commit is contained in:
@ -9,7 +9,8 @@ define([
|
||||
values: [
|
||||
{
|
||||
key: "name",
|
||||
name: "Name"
|
||||
name: "Name",
|
||||
format: "string"
|
||||
},
|
||||
{
|
||||
key: "utc",
|
||||
|
Reference in New Issue
Block a user