Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 'unconnected' and 'errored' states into 'idle' #179

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

pozdnyakov
Copy link

@pozdnyakov pozdnyakov commented Apr 4, 2017

Fixes #160. Embarking on a three sensor states set up. States are 'idle', 'activating', 'activated'.


Preview | Diff

Fixes w3c#160. Embarking on a three sensor states set up. States are 'idle', 'activating', 'activated'.
@pozdnyakov pozdnyakov requested a review from tobie April 4, 2017 13:05
@tobie
Copy link
Member

tobie commented Apr 4, 2017

Looking right now.

Copy link
Member

@tobie tobie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Wasn't expecting it would be that simple. 💃

@@ -606,11 +606,9 @@ dictionary SensorOptions {
};

enum SensorState {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to get rid of the enum altogether, but that can be fixed in a subsequent PR.

@tobie tobie merged commit b68e171 into w3c:master Apr 4, 2017
@pozdnyakov pozdnyakov deleted the merge_states branch November 29, 2017 07:25
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