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

Klf200 class with new frames, reorganisation of files #56

Merged
merged 59 commits into from
Dec 21, 2020
Merged

Klf200 class with new frames, reorganisation of files #56

merged 59 commits into from
Dec 21, 2020

Commits on Nov 21, 2020

  1. Edit description

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    42561fa View commit details
    Browse the repository at this point in the history
  2. Add Frame Definitions for

    	pyvlx/frames/frame_facory_default.py
    	pyvlx/frames/frame_get_local_time.py
    	pyvlx/frames/frame_get_network_setup.py
    	pyvlx/frames/frame_leave_learn_state.py
    	pyvlx/frames/frame_password_change.py
    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    9ef18bf View commit details
    Browse the repository at this point in the history
  3. Edit Typo

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    164e7bb View commit details
    Browse the repository at this point in the history
  4. add new Frames

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    a3a763f View commit details
    Browse the repository at this point in the history
  5. Edit Typo

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    5f6fd98 View commit details
    Browse the repository at this point in the history
  6. Edit Typo

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    df6b0a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c1758e View commit details
    Browse the repository at this point in the history
  8. Remove Whitspace

    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    9e0f291 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    838a32f View commit details
    Browse the repository at this point in the history
  10. Change Structure to ApiEvent > Frames

    Add Api Functionality for KLF200 Commands
    icommitdesnet committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    780cae8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0428199 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c238da2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c6a4e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    fd92754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472089e View commit details
    Browse the repository at this point in the history
  3. Fixed imports

    icommitdesnet committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    7f05406 View commit details
    Browse the repository at this point in the history
  4. Integrate new KLF200 Class into Pyvlx.

    eg. pyvlx.klf200.reboot reboots the gateway
    update pyvlx functions as wrapper for klf200 object
    icommitdesnet committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    b604cdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dd81e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5a16ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e1775f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    02adcde View commit details
    Browse the repository at this point in the history
  2. Fix Frame

    icommitdesnet committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    343ccbb View commit details
    Browse the repository at this point in the history
  3. Fix Test Classes

    icommitdesnet committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    31d9e24 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    da5308d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1310f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac7f686 View commit details
    Browse the repository at this point in the history
  4. Fix new Frames

    icommitdesnet committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0e25e22 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Fix broken import

    icommitdesnet committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    9c1af49 View commit details
    Browse the repository at this point in the history
  2. remove sym link

    icommitdesnet committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    52a1607 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. fix pylint warnings

    icommitdesnet committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    a615803 View commit details
    Browse the repository at this point in the history
  2. Fix more pylint errors

    icommitdesnet committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    fa852a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf9284d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcd3df9 View commit details
    Browse the repository at this point in the history
  5. fix Imports from API

    icommitdesnet committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    d1c4b9a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. pylint + flake8 control

    icommitdesnet committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b0d3ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6af0a View commit details
    Browse the repository at this point in the history
  3. Fix Ident

    icommitdesnet committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    2a941fe View commit details
    Browse the repository at this point in the history
  4. Add Tests

    icommitdesnet committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8db8163 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. fix linting

    icommitdesnet committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9767f23 View commit details
    Browse the repository at this point in the history
  2. Update frame_get_local_time_cfm_test.py

    Remove whitespace
    icommitdesnet committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    56e511b View commit details
    Browse the repository at this point in the history
  3. Add unittests

    icommitdesnet committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3a76377 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Fix Frames, Add Test

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    cd3ab55 View commit details
    Browse the repository at this point in the history
  2. Add Enum Types

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2d9c616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16ccc02 View commit details
    Browse the repository at this point in the history
  4. Add Dataobjects

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2330fa1 View commit details
    Browse the repository at this point in the history
  5. Add Tests

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    af329b3 View commit details
    Browse the repository at this point in the history
  6. Add Enums

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    310d651 View commit details
    Browse the repository at this point in the history
  7. Fix Const

    icommitdesnet committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1a41a0e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    21e1b7e View commit details
    Browse the repository at this point in the history
  2. fix linting

    icommitdesnet committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    0e827b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d82760a View commit details
    Browse the repository at this point in the history
  4. use Absolute Imports

    icommitdesnet committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    973ca15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a6912e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Fix logging

    Remove pyvlx.update_version
    icommitdesnet committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    9a6ab89 View commit details
    Browse the repository at this point in the history
  2. Align behaviour on unsucessful api calls

    All raise exceptions now
    icommitdesnet committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    ae1b84a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12ffa18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8689fc5 View commit details
    Browse the repository at this point in the history
  5. Fix unused imports

    icommitdesnet committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    673c177 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

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