IQRF Gateway Daemon mapping

interface IqrfGatewayDaemonMapping {
    baudRate?: number;
    busEnableGpioPin: number;
    deviceType: MappingDeviceType;
    i2cEnableGpioPin?: number;
    id?: number;
    IqrfInterface: string;
    name: string;
    pgmSwitchGpioPin: number;
    powerEnableGpioPin: number;
    spiEnableGpioPin?: number;
    type: MappingType;
    uartEnableGpioPin?: number;
}

Properties

baudRate?: number
busEnableGpioPin: number
deviceType: MappingDeviceType
i2cEnableGpioPin?: number
id?: number
IqrfInterface: string
name: string
pgmSwitchGpioPin: number
powerEnableGpioPin: number
spiEnableGpioPin?: number
uartEnableGpioPin?: number