Fix statusCodesToStrings map.

This commit is contained in:
László Monda
2018-01-07 05:21:08 +01:00
parent bd9a2a0eeb
commit 5341d953ff

View File

@@ -44,7 +44,8 @@ const statusCodesToStrings = {
1100: 'busy', 1100: 'busy',
1101: 'idle', 1101: 'idle',
1102: 'nak', 1102: 'nak',
1103: 'timeout', 1103: 'arbitrationLost',
1104: 'timeout',
20000: 'idleSlave', 20000: 'idleSlave',
20001: 'idleCycle', 20001: 'idleCycle',
} }