diff --git a/pages/linux/cec-ctl.md b/pages/linux/cec-ctl.md new file mode 100644 index 0000000000..edba0003aa --- /dev/null +++ b/pages/linux/cec-ctl.md @@ -0,0 +1,17 @@ +# cec-ctl + +> Control kernel CEC devices. +> See also: `cec-client`. +> More information: . + +- List CEC devices: + +`cec-ctl --list-devices` + +- Monitor CEC traffic: + +`sudo cec-ctl {{[-m|--monitor]}}` + +- Show CEC topology: + +`cec-ctl {{[-S|--show-topology]}}`