Fixed value loading.

This commit is contained in:
2026-01-03 13:15:15 +01:00
parent 56ab0fbc0f
commit 68680db6b4
3 changed files with 14 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ public:
BCValue( BCDevice::ID deviceID_, BC::ID registerID_ );
QString formatValue( uint32_t value ) const;
void dumpValue() const;
mutable States state{BCValue::State::ReadOnly};
BCDevice::ID deviceID{BCDevice::ID::Invalid};