Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio battery V2 #222

Open
gerard-sog opened this issue Oct 6, 2024 · 1 comment
Open

Radio battery V2 #222

gerard-sog opened this issue Oct 6, 2024 · 1 comment
Labels
improvement improvement of an existing feature

Comments

@gerard-sog
Copy link
Owner

with "acre_remoteStartedSpeaking" and "acre_remoteStoppedSpeaking" (see https://acre2.idi-systems.com/wiki/frameworks/events-list) I think i will be able to also detect when someone is listeing to radio and then remove battery (passively listrening will consume battery).

For real we will have to turn ON/OFF radio to save battery, and turn ON/OFF during commo checks only.

@gerard-sog gerard-sog added the improvement improvement of an existing feature label Oct 6, 2024
@gerard-sog
Copy link
Owner Author

`["acre_remoteStartedSpeaking",
{
params ["_unit", "_speakingType", "_radioId"];

    systemChat "acre_remoteStartedSpeaking";
    systemChat ((str _unit) + (str _speakingType) + (str _radioId));

}

] call CBA_fnc_addEventHandler;`

to test on server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant