emit('downlink', object)
to send data to a device, there are certain specifications to follow. Invoking the emit('string', object)
function in this manner is generally only done in downlink encoders of a device type. It has no effect in uplink scripts and will be ignored and not further processed.