Added muted state to node info

This commit is contained in:
ford-jones 2025-09-11 20:16:08 +12:00
parent b7e0ef2ec7
commit 6fa4def971

View file

@ -414,6 +414,16 @@ message AdminMessage {
*/
uint32 remove_ignored_node = 48;
/*
* Set specified node-num to be muted
*/
uint32 set_muted_node = 49;
/*
* Set specified node-num to be heard / not-muted
*/
uint32 remove_muted_node = 50;
/*
* Begins an edit transaction for config, module config, owner, and channel settings changes
* This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings)