Skip to content

getChannelPropValue does not return a clean string #3

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

Activity

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions