----------------------------------------------------------------------------- The static data for this command class has been read from the device -----------------------------------------------------------------------------
| 757 | // The static data for this command class has been read from the device |
| 758 | //----------------------------------------------------------------------------- |
| 759 | void CommandClass::ClearStaticRequest |
| 760 | ( |
| 761 | uint8_t _request |
| 762 | ) |
| 763 | { |
| 764 | uint8_t f_staticRequests = m_dom.GetFlagByte(STATE_FLAG_STATIC_REQUESTS); |
| 765 | f_staticRequests &= ~_request; |
| 766 | m_dom.SetFlagByte(STATE_FLAG_STATIC_REQUESTS, f_staticRequests); |
| 767 | } |
| 768 | //----------------------------------------------------------------------------- |
| 769 | // <CommandClass::ClearStaticRequest> |
| 770 | // The static data for this command class has been read from the device |
no test coverage detected