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: zango-me/MagicHomePHP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: patagonaa/MagicHomeController.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Oct 2, 2016

  1. C# Port

    patagonaa committed Oct 2, 2016
    Copy the full SHA
    60ff2f5 View commit details
  2. readme

    patagonaa committed Oct 2, 2016
    Copy the full SHA
    7888adc View commit details
  3. Copy the full SHA
    d9bea92 View commit details

Commits on Oct 4, 2016

  1. .NET Framework 4 Support

    patagonaa committed Oct 4, 2016
    Copy the full SHA
    82693b8 View commit details
  2. fix checksum sending

    patagonaa committed Oct 4, 2016
    Copy the full SHA
    d2984dd View commit details
  3. Copy the full SHA
    50710a6 View commit details
  4. static getbymac for device

    patagonaa committed Oct 4, 2016
    Copy the full SHA
    0f29a54 View commit details
  5. demo program

    patagonaa committed Oct 4, 2016
    Copy the full SHA
    29a1924 View commit details

Commits on Oct 5, 2016

  1. refactoring

    patagonaa committed Oct 5, 2016
    Copy the full SHA
    d475824 View commit details

Commits on Oct 11, 2016

  1. Copy the full SHA
    c6bd8c4 View commit details

Commits on Oct 12, 2016

  1. made GetTime, SetTime, GetTimers, SetTimers work (wtf why doesn't the…

    … controller send a response packet like on every other request ???)
    patagonaa committed Oct 12, 2016
    Copy the full SHA
    c14a2a3 View commit details

Commits on Oct 15, 2016

  1. Copy the full SHA
    ed007c4 View commit details

Commits on Oct 18, 2016

  1. Copy the full SHA
    66f68ec View commit details

Commits on Oct 23, 2016

  1. Reduce Send/Receive Timeout

    patagonaa committed Oct 23, 2016
    Copy the full SHA
    4465cd6 View commit details
  2. Copy the full SHA
    19d2b9c View commit details

Commits on Dec 16, 2016

  1. Copy the full SHA
    97ec50c View commit details
  2. fix

    zango-me committed Dec 16, 2016
    Copy the full SHA
    6659476 View commit details

Commits on Dec 24, 2016

  1. Update README, made DeviceFinder use EndPoint insted of IPEndPoint, r…

    …enamed "Speed" to "PresetDelay", updated Timers to use DeviceStatus, removed legacy bulb weirdness (may actually be needed, but i'll remove it anyway until somebody actually needs it)
    patagonaa committed Dec 24, 2016
    Copy the full SHA
    b488653 View commit details

Commits on Dec 27, 2016

  1. readme

    patagonaa committed Dec 27, 2016
    Copy the full SHA
    bdc08ca View commit details

Commits on Jan 6, 2017

  1. Copy the full SHA
    fc20570 View commit details
  2. Copy the full SHA
    b2dd2bf View commit details

Commits on Mar 18, 2018

  1. Copy the full SHA
    284b6dc View commit details

Commits on Mar 6, 2019

  1. Fix Set RGBWWCW

    patagonaa committed Mar 6, 2019
    Copy the full SHA
    db1d7b0 View commit details

Commits on Mar 8, 2019

  1. Copy the full SHA
    acdee86 View commit details
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bin/
obj/
packages/
.vs/
*.csproj.user
*.vspx
*.diagsession
*.suo
Loading