Added BCValueType

This commit is contained in:
2025-12-17 17:50:24 +01:00
parent 09ff2f00bb
commit 35112ba334
5 changed files with 123 additions and 67 deletions

View File

@@ -52,6 +52,8 @@ public:
std::optional<BCValueModel*> getModel(const QString& key );
BCValue makeValue(BCDevice::ID deviceID, const BCValueParams& params );
protected:
void readDevice( BCValueList& parsedValues );