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

Improvements to the Configurator #13

Merged
merged 5 commits into from
Jul 13, 2015
Merged

Conversation

duanemay
Copy link
Contributor

  • Added PUT method to update device
  • Improvements to the Configurator:
    • Styling changes
    • allow for loading devices from URL
    • use window url to figure out base rather then localhost
    • ability to edit existing device
  • Improved the README


$scope.bridge = bridgeService.state;
$scope.device = {name: "", type: "switch", onUrl: "", offUrl: ""};
$scope.vera = {base: "http://192.168.1.144:3480", id: 1};
Copy link

Choose a reason for hiding this comment

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

I don't think this should be your IP

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah that was in the original code, unlike the bridgeURL we can't really make a smart guess on where Vera is. I do like that this shows the port Vera listens on, and that no slash or path is needed after this. Maybe this could be moved to the placeholder text though.

armzilla added a commit that referenced this pull request Jul 13, 2015
Improvements to the Configurator
@armzilla armzilla merged commit 27f75be into armzilla:master Jul 13, 2015
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.

3 participants