2020-03-10 03:36:15 -04:00
|
|
|
ChannelActions:
|
2020-03-10 10:28:57 -04:00
|
|
|
description: Base channel actions. Only the channel actions corresponding to the channel specified in the channelType field is or should be present.
|
|
|
|
discriminator: channelType
|
|
|
|
required:
|
|
|
|
- channelType
|
|
|
|
- direction
|
|
|
|
properties:
|
|
|
|
channelType:
|
|
|
|
description: Channel type code
|
|
|
|
type: string
|
|
|
|
direction:
|
|
|
|
description: 0 for Rx only, 1 for Tx only or 2 for any number and direction (default 0)
|
|
|
|
type: integer
|
|
|
|
originatorDeviceSetIndex:
|
|
|
|
description: Optional for reverse API. This is the device set index from where the message comes from.
|
|
|
|
type: integer
|
|
|
|
originatorChannelIndex:
|
|
|
|
description: Optional for reverse API. This is the channel index from where the message comes from.
|
|
|
|
type: integer
|
2021-05-17 19:52:25 -04:00
|
|
|
AISModActions:
|
|
|
|
$ref: "/doc/swagger/include/AISMod.yaml#/AISModActions"
|
2021-03-01 04:51:24 -05:00
|
|
|
APTDemodActions:
|
|
|
|
$ref: "/doc/swagger/include/APTDemod.yaml#/APTDemodActions"
|
2020-08-08 17:42:36 -04:00
|
|
|
FileSinkActions:
|
|
|
|
$ref: "/doc/swagger/include/FileSink.yaml#/FileSinkActions"
|
2020-03-10 10:28:57 -04:00
|
|
|
FileSourceActions:
|
2020-06-27 04:34:18 -04:00
|
|
|
$ref: "/doc/swagger/include/FileSource.yaml#/FileSourceActions"
|
2020-10-11 03:01:47 -04:00
|
|
|
IEEE_802_15_4_ModActions:
|
|
|
|
$ref: "/doc/swagger/include/IEEE_802_15_4_Mod.yaml#/IEEE_802_15_4_ModActions"
|
2020-09-24 16:39:15 -04:00
|
|
|
PacketModActions:
|
|
|
|
$ref: "/doc/swagger/include/PacketMod.yaml#/PacketModActions"
|
2023-09-12 23:43:58 -04:00
|
|
|
PSK31ModActions:
|
|
|
|
$ref: "/doc/swagger/include/PSK31Mod.yaml#/PSK31ModActions"
|
2021-10-12 16:30:43 -04:00
|
|
|
RadioAstronomyActions:
|
|
|
|
$ref: "/doc/swagger/include/RadioAstronomy.yaml#/RadioAstronomyActions"
|
2023-09-12 23:43:58 -04:00
|
|
|
RTTYModActions:
|
|
|
|
$ref: "/doc/swagger/include/RTTYMod.yaml#/RTTYModActions"
|
2020-11-10 04:13:34 -05:00
|
|
|
SigMFFileSinkActions:
|
|
|
|
$ref: "/doc/swagger/include/SigMFFileSink.yaml#/SigMFFileSinkActions"
|