@highstreeto
Do you know / found out hwat the additional modes of the 88007 do?
public byte ModeIndexIRTx { get; protected set; } = 7;
public byte ModeIndexSPEC1 { get; protected set; } = 8;
public byte ModeIndexDebug { get; protected set; } = 9;
public byte ModeIndexCalibration { get; protected set; } = 10;
IR sounds like Infrared; and it is an ouptput. Can we use it like an IR-control? Controlling PowerFunctions-devices?? That would be fun!
SPEC1 is neither input nor output according to "CLI device list" I have no idea! Sounds like "SPECIAL"
What can be done by calibration (input) on this device?
@highstreeto
Do you know / found out hwat the additional modes of the 88007 do?
public byte ModeIndexIRTx { get; protected set; } = 7;
public byte ModeIndexSPEC1 { get; protected set; } = 8;
public byte ModeIndexDebug { get; protected set; } = 9;
public byte ModeIndexCalibration { get; protected set; } = 10;
IR sounds like Infrared; and it is an ouptput. Can we use it like an IR-control? Controlling PowerFunctions-devices?? That would be fun!
SPEC1 is neither input nor output according to "CLI device list" I have no idea! Sounds like "SPECIAL"
What can be done by calibration (input) on this device?