1 2 3 4 5
//! Consumer Page (0x0C) //! //! All controls on the Consumer page are application-specific. That is, they affect a specific device, not the system as a whole. mod consumer; pub use consumer::ConsumerUsage;