UNPKG

@golemio/energetics

Version:
49 lines (48 loc) 1.18 kB
export interface IPPasPlaces { Id: number; Eic: string; CustomerName: string; PlaceName: string; PayerName: string; PayerId: string; CustomerId: string; PlaceId: string; DeviceLocation: string; Terminated: boolean; Region: string; RegionId: number; ConnectionMethod: string; PurchaseCategory: string; ConvertCoefficient: number; DeviceType: string; IdentificationNumber: string; LastData: string; DeviceSerialNumber: string; PlaceStreet: string; PayerStreet: string; PlaceCity: string; PayerCity: string; PlaceZipCode: string; PayerZipCode: string; Dealer: string; ReadingCategory: string; ValidatedBy: string; ValidatedTill: string; IsDataValidated: boolean; ValidationNote: string; Gps: string; Device: number; ReadRequestStatus: number; ReadDescription: string; Note: string; Group: string; Workplace: string; HasTimeWindows: boolean; HasBattery: boolean; HasGasComposition: boolean; BatteryCapacity: number; BatteryVoltage: number; DailyData: boolean; ScadaId: string; ParentDevice: string; }