The MambaNet remote control interface connects mAirList to MambaNet compatible devices. MambaNet is a digital control protocol, developed by D&R Electronica B.V. and used in the D&R AXUM console.
MairlistScript provides the MambaNetRemote
function and the SetSensor
method of IMambaNetRemote
which can be used like this:
MambaNetRemote(0).SetSensor(1, true);
Sensors range from 1…64
, and values are true
or false
.