The SDK Docs indicate the following prototype:
The HomeSeer.PluginSdk.dll has this function returning a boolean
In HS3 the equivalent (SetDeviceValue) had a third input parameter and no function return. How do we emulate the third parameter and what should we do with the returned value of UpdateFeatureValueByRef?
Code:
Function UpdateFeatureValueByRef( featRef As Integer, value As Double) As String
In HS3 the equivalent (SetDeviceValue) had a third input parameter and no function return. How do we emulate the third parameter and what should we do with the returned value of UpdateFeatureValueByRef?
Comment