Implemented remaining payload types

This commit is contained in:
2026-03-15 21:32:01 +01:00
parent eca757b24f
commit 1f4108b888
4 changed files with 252 additions and 8 deletions

View File

@@ -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