mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
添加变量初始化标记
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.9.91</PluginVersion>
|
||||
<ProPluginVersion>10.9.91</ProPluginVersion>
|
||||
<DefaultVersion>10.9.94</DefaultVersion>
|
||||
<DefaultVersion>10.9.95</DefaultVersion>
|
||||
<AuthenticationVersion>2.9.29</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.9.29</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.18</NET8Version>
|
||||
|
@@ -166,7 +166,7 @@ public partial class VariableRuntime : Variable, IVariable, IDisposable
|
||||
|
||||
LastSetValue = _value;
|
||||
|
||||
|
||||
ValueInited = true;
|
||||
|
||||
if (_isOnline == true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user