summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/panelId.ts
blob: 1f05b47ccd718eac9a42bad3c2ed4a0cdb3e112e (plain)
1
2
3
4
/**
 * Represents PanelIds for the available Expansional panels.
 */
export type PanelId = null | "PerformanceData" | "ReceiveLevel" | "TransmissionPower" | "AdaptiveModulation" | "Temperature" | "SINR" | "CPD";