-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnames.json
executable file
·74 lines (74 loc) · 2.1 KB
/
names.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"SENALCO": "Alcohol Detector",
"SENACCL": "Accelerometer",
"SENCURR": "Current meter",
"SENSDHT": "Temprature and humidity",
"SENRFID": "EM- 18 Rfid ",
"SENFLME": "Flame Detector",
"SENGYRO": "Gyroscope",
"SENUGPS": "GPS",
"SENIRPRX": "Infrared Proximity",
"SENIMSW": "Impact switch",
"SENRLDR": "LDR",
"SENDS18": "Liquid temperature",
"SENSMIC": "Mic",
"SENSLMS": "Soil Moisture Proportion",
"SENSPIR": "PIR",
"SENSPOT": "Potentiometer",
"SENPRES": "Pressure sense",
"SENSPH": "PH SENSOR",
"SENPUSH": "PushButton",
"SENSMKE": "Smoke detector",
"SENSWBU": "Switch Button",
"SENTHBU": "Touch Button",
"SENULTR": "Ultrasonic",
"SENVIBR": "Vibration",
"SENVOLT": "Voltmeter",
"SENIRBL": "IR Blaster",
"SENJOYS": "Joystick",
"SENHRTB": "Heartbeat",
"ACTELVA": "Electronic Valve",
"ACTSVMO": "Servo Motor",
"ACTSTMO": "Stepper Motor",
"ACTRLSW": "Relay switch",
"ACTDLED": "LED",
"ACTBUZZ": "Buzzer"
},
{
"SENALCO": "SALCO",
"SENACCL": "SACCL",
"SENCURR": "SCURR",
"SENSDHT": "SSDHT",
"SENRFID": "SRFID",
"SENFLME": "SFLME",
"SENGYRO": "SGYRO",
"SENUGPS": "SUGPS",
"SENIRPRX": "SIRPRX",
"SENIMSW": "SIMSW",
"SENRLDR": "SRLDR",
"SENDS18": "SDS18",
"SENSMIC": "SSMIC",
"SENSLMS": "SSLMS",
"SENSPIR": "SSPIR",
"SENSPOT": "SSPOT",
"SENPRES": "SPRES",
"SENSPH": "SSPH",
"SENPUSH": "SPUSH",
"SENSMKE": "SSMKE",
"SENSWBU": "SSWBU",
"SENTHBU": "STHBU",
"SENULTR": "SULTR",
"SENVIBR": "SVIBR",
"SENVOLT": "SVOLT",
"SENIRBL": "SIRBL",
"SENJOYS": "SJOYS",
"SENHRTB": "SHRTB",
"ACTELVA": "AELVA",
"ACTSVMO": "ASVMO",
"ACTSTMO": "ASTMO",
"ACTRLSW": "ARLSW",
"ACTDLED": "ADLED",
"ACTBUZZ": "ABUZZ"
}
]