-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.create-adapter.json
30 lines (30 loc) · 1001 Bytes
/
.create-adapter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"cli": true,
"adapterName": "i2c",
"title": "I2C",
"description": "Communicates with devices over I2C bus.",
"keywords": ["I2C", "ADS1015","ADS1115","BME280","MCP23008","MCP23017","PCF8574","PCA9685","BH1750","Raspberry Pi","BeagleBone","Intel Edison"],
"expert": "yes",
"features": ["adapter"],
"adminFeatures": [],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "no",
"language": "TypeScript",
"adminReact": "yes",
"tools": ["ESLint", "Prettier", "devcontainer"],
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"authorName": "UncleSamSwiss",
"authorGithub": "UncleSamSwiss",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"gitCommit": "no",
"license": "Apache License 2.0",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.29.1"
}