Skip to content

Enable custom fuel stream urls#68

Open
jp0550 wants to merge 1 commit intoady624:devfrom
jp0550:custom-stream-urls
Open

Enable custom fuel stream urls#68
jp0550 wants to merge 1 commit intoady624:devfrom
jp0550:custom-stream-urls

Conversation

@jp0550
Copy link

@jp0550 jp0550 commented Aug 11, 2018

Enable custom fuel stream url per our conversation on community.webcore.co to enable custom (local) urls to be sent to the UI.

Tested for backwards compatibility for both UI and backend.

Hubitat's version will have something like this in the getFuelStreamUrl's method

return [
		list : [l: true, u: baseUrl + "intf/fuelstreams/list?access_token=${state.accessToken}"],
                get  : [l: true, u: baseUrl + "intf/fuelstreams/get?id={fuelStreamId}&access_token=${state.accessToken}", p: 'fuelStreamId']
    ]

@idpaterson idpaterson self-assigned this Aug 11, 2018
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.

2 participants