Skip to content

Commit

Permalink
feat(confogurations): settings
Browse files Browse the repository at this point in the history
remove trigger config
  • Loading branch information
alghanor committed Aug 25, 2020
1 parent c969be6 commit 8d502a2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/v1/configurations/items/settings.js
Expand Up @@ -84,15 +84,6 @@ module.exports = {
description: 'defines epson tse state updates (local retrieval plus upload)',
type: 'object',
properties: {
trigger: {
type: 'string',
description: 'defines when the conditions (transactions, minutes) will be checked (can be at rather irregular times)',
enum: [
'never', // this will turn updates completely off
'new_sale' // after pressing 'new sale' the printer should not be that busy
],
default: 'new_sale'
},
transactions: {
type: 'integer',
description: 'If more transactions have been done since the last update - a new update will be tried',
Expand Down

0 comments on commit 8d502a2

Please sign in to comment.