5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
/**
|
|
* Protocol type for UPS communication
|
|
*/
|
|
export type TProtocol = 'snmp' | 'upsd';
|