Skip to content

Commit f60ce29

Browse files
authored
Document supported panel models (#118)
1 parent c3fa8ff commit f60ce29

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88

99
A python implementation/abstraction of the [Ness D8x / D16x Serial Interface ASCII protocol](./D8-32X%20Serial%20Protocol%20Public.pdf)
10+
11+
## Supported Models
12+
13+
- D8X
14+
- D8X_CEL_3G
15+
- D8X_CEL_4G
16+
- D16X
17+
- D16X_CEL_3G
18+
- D16X_CEL_4G
19+
- D32X
20+
- DPLUS8
21+
1022
## Installing nessclient
1123

1224
`nessclient` is available directly from pip:

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
A python implementation/abstraction of the [Ness D8x / D16x Serial Interface ASCII protocol](http://www.nesscorporation.com/Software/Ness_D8-D16_ASCII_protocol.pdf)
99

10+
## Supported Models
11+
12+
- D8X
13+
- D8X_CEL_3G
14+
- D8X_CEL_4G
15+
- D16X
16+
- D16X_CEL_3G
17+
- D16X_CEL_4G
18+
- D32X
19+
- DPLUS8
20+
1021
## Installing nessclient
1122

1223
`nessclient` is available directly from pip:

0 commit comments

Comments
 (0)