cec: always refresh the power state of a device when it hasn't been updated for 30...
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 6157e0a7448adf81a235d9631fc28b37f5e8718d..2bef3a7657d5f61afb81c55f76d02e1950edfc9d 100644 (file)
@@ -132,6 +132,7 @@ namespace CEC
     cec_menu_state        m_menuState;
     bool                  m_bActiveSource;
     uint64_t              m_iLastActive;
+    uint64_t              m_iLastPowerStateUpdate;
     cec_version           m_cecVersion;
     cec_bus_device_status m_deviceStatus;
     std::set<cec_opcode>  m_unsupportedFeatures;