Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fxstein/netatmo-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: heinemml/netatmo-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 3 files changed
  • 5 contributors

Commits on Dec 6, 2015

  1. changed DeviceList Class to use "getstationsdata" call instead of dep…

    …recated "getdevicelist"
    heinemml committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    b7acc94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3470b8 View commit details
    Browse the repository at this point in the history
  3. Removed class User as it's using deprecated API.

    Added userData method to DeviceList Class
    heinemml committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    c3e69bb View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Configuration menu
    Copy the full SHA
    2450e3a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Replace readall method

    This method generate error when used. No information found about this on
    python doc.
    HydrelioxGitHub committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    f468d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9932647 View commit details
    Browse the repository at this point in the history
  3. Parenthesis correction

    They need to be there for use in Python3
    HydrelioxGitHub committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    59d157d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Removed extra function from setup.py

    Removed the install_scripts_and_symlinks function from setup.py. This
    appears to be attempting to link executable scripts to somewhere or
    some nonsense. Whatever. It totally breaks on *nix systems without
    elevated privileges and it isn’t even the correct way to do what it is
    trying to do.
    
    Also, the package still seems to work with it removed. So… Gonzo.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0a565e7 View commit details
    Browse the repository at this point in the history
  2. Fixed everything.

    Fixed the packaging of the library. It is much nicer now and will
    install much more easily.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    a9331d9 View commit details
    Browse the repository at this point in the history
  3. This should actually be a bit cleaner.

    Now just distributing as one file.
    rmkraus committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    311850c View commit details
    Browse the repository at this point in the history
  4. Merge pull request philippelt#1 from rmkraus/master

    Cleaned up the distribution
    HydrelioxGitHub committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    43ff238 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    2639b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b7ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39dfbe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Merge pull request philippelt#1 from silvamerica/master

    pull in improvements from other forks
    heinemml committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    920ab47 View commit details
    Browse the repository at this point in the history
Loading