fadump1090.sh status

I’ve wondered about the output of ‘service fadump1090.sh status’ command always saying ‘no status yet’, so I dug into the fadump1090.sh script and found"


status() {
    echo "no status yet"
    return
}


Is there a plan for this in the future to be used for actual status output?

Thanks!