Skip to content

Commit 33cb0d6

Browse files
Merge pull request #489 from TakayukiHoshi1984/feature_switchbot
SwitchBotプラグインの追加
2 parents 5402d42 + 786df36 commit 33cb0d6

71 files changed

Lines changed: 6965 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,4 @@ ant.properties
303303
build.xml
304304
HVCW.jar
305305
RobotLibrary.jar
306+
demo.zip

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ curl -X GET \
139139
|[dConnectDeviceHue](dConnectDevicePlugin/dConnectDeviceHue)|Hueのデバイスプラグイン。|
140140
|[dConnectDeviceIRKit](dConnectDevicePlugin/dConnectDeviceIRKit)|IRKitのデバイスプラグイン。|
141141
|[dConnectDeviceLinking](dConnectDevicePlugin/dConnectDeviceLinking)|Linkingのデバイスプラグイン。|
142+
|[dConnectDeviceSwitchBot](dConnectDevicePlugin/dConnectDeviceSwitchBot)|SwitchBotのデバイスプラグイン。|
142143
|[dConnectDeviceTheta](dConnectDevicePlugin/dConnectDeviceTheta)|THETAのデバイスプラグイン。|
143144
|[dConnectDeviceUVC](dConnectDevicePlugin/dConnectDeviceUVC)|UVCカメラのデバイスプラグイン。|
144145
|[dConnectDeviceTest](dConnectDevicePlugin/dConnectDeviceTest)|DeviceConnectのテスト用のデバイスプラグイン。|
@@ -218,6 +219,7 @@ Device Connect Managerや各デバイスプラグインを開発したい人は
218219
* [Hue](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Hue-Build)
219220
* [IRKit](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/IRKit-Build)
220221
* [Linking](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Linking-Build)
222+
* [SwitchBot](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/SwitchBot-Build)
221223
* [Theta](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Theta-Build)
222224
* [UVC](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/UVC-Build)
223225
* [AndroidWear](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/AndroidWear-Build)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# dConnectDeviceSwitchBot
2+
3+
## 開発環境
4+
Android Studio 3.5以上
5+
6+
## サポートするプロファイル
7+
- button
8+
- switch
9+
10+
## 関連ページ
11+
- [Device Connect プラグイン開発マニュアル](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/DevicePlugin-Manual-for-Android-Studio-110)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
buildscript {
2+
repositories {
3+
google()
4+
jcenter()
5+
}
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:3.5.3'
8+
}
9+
}
10+
11+
allprojects {
12+
repositories {
13+
google()
14+
jcenter()
15+
}
16+
}

dConnectDevicePlugin/dConnectDeviceSwitchBot/demo/css/app.84c15bda.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dConnectDevicePlugin/dConnectDeviceSwitchBot/demo/css/chunk-vendors.fbe9bade.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)