Skip to content

Commit

Permalink
Merge pull request #1159 from Lamatos/release-10.0
Browse files Browse the repository at this point in the history
LAM-1139 Add TTD to bills.js
  • Loading branch information
RafaelTaranto authored Aug 11, 2024
2 parents 5880dd2 + 6db9657 commit 5b376ce
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lib/f56/bills.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,17 @@ module.exports = {
},
polymer: false
},
TTD: {
thickness: 0x0c,
lengths: {
1: [0xa1, 0x97],
5: [0xa1, 0x97],
10: [0xa1, 0x97],
20: [0xa1, 0x97],
100: [0xa1, 0x97],
},
polymer: true
},
TWD: {
thickness: 0x0d,
lengths: {
Expand Down Expand Up @@ -430,4 +441,4 @@ module.exports = {
},
polymer: false
}
}
}

0 comments on commit 5b376ce

Please sign in to comment.