Skip to content

getChannelPropValue does not return a clean string #3

@matthiasstraka

Description

@matthiasstraka

The method getChannelPropValue return (STRING,"Voltage") but Voltage is expected

return self.oxygen.getChannelPropValue(ch_id, 'Mode')

Should be possible to fix by adding .split(',')[1].strip(')"'), but maybe add a utility function to do that for all getters in a unified way

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions