Implemented remaining payload types
This commit is contained in:
@@ -276,8 +276,8 @@ export interface UserDefinedPayload {
|
||||
// Third-Party Traffic Payload
|
||||
export interface ThirdPartyPayload {
|
||||
type: "third-party";
|
||||
header: string; // Source path of third-party packet
|
||||
payload: string; // Nested APRS packet
|
||||
frame?: IFrame; // Optional nested frame if payload contains another APRS frame
|
||||
comment?: string; // Optional comment
|
||||
}
|
||||
|
||||
// DF Report Payload
|
||||
|
||||
Reference in New Issue
Block a user