Skip to content

Conversation

@dklimpel
Copy link

I was wondering why I didn't get any values and updates for voltage. The field is created with the name voltageId

child.updateDataValue('voltageId', "${id}")

but tries to address it with adcId.

ChildDeviceWrapper getVoltageChildById(Integer id) {
ArrayList<ChildDeviceWrapper> allChildren = getThisDeviceChildren()
return allChildren.find{getChildDeviceIntegerDataValue(it,'adcId') == id}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant