Skip to content

Commit

Permalink
Begin large refactor by moving existing one per da capabilities to le…
Browse files Browse the repository at this point in the history
…gacy directory, and moving proprietary into capabilities directory.
  • Loading branch information
pwood committed Sep 29, 2022
1 parent 81a9151 commit 9bdfafd
Show file tree
Hide file tree
Showing 82 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/shimmeringbee/zcl/commands/local/basic"
"github.com/shimmeringbee/zcl/commands/local/power_configuration"
"github.com/shimmeringbee/zda"
"github.com/shimmeringbee/zda/proprietary/xiaomi"
"github.com/shimmeringbee/zda/capability/proprietary/xiaomi"
"github.com/shimmeringbee/zigbee"
"time"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/shimmeringbee/zcl"
"github.com/shimmeringbee/zcl/commands/local/pressure_measurement"
"github.com/shimmeringbee/zda"
"github.com/shimmeringbee/zda/proprietary/xiaomi"
"github.com/shimmeringbee/zda/capability/proprietary/xiaomi"
"github.com/shimmeringbee/zigbee"
"sync"
"time"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/shimmeringbee/zcl"
"github.com/shimmeringbee/zcl/commands/local/relative_humidity_measurement"
"github.com/shimmeringbee/zda"
"github.com/shimmeringbee/zda/proprietary/xiaomi"
"github.com/shimmeringbee/zda/capability/proprietary/xiaomi"
"github.com/shimmeringbee/zigbee"
"sync"
"time"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/shimmeringbee/zcl"
"github.com/shimmeringbee/zcl/commands/local/temperature_measurement"
"github.com/shimmeringbee/zda"
"github.com/shimmeringbee/zda/proprietary/xiaomi"
"github.com/shimmeringbee/zda/capability/proprietary/xiaomi"
"github.com/shimmeringbee/zigbee"
"sync"
"time"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9bdfafd

Please sign in to comment.