Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix deriveDeviceProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
insanity54 committed Jan 31, 2019
1 parent 24788b1 commit 7281cf2
Show file tree
Hide file tree
Showing 23 changed files with 400 additions and 229 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fixtures/noCaptureRateMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = { gameStatus: { msg: 'running', code: 0 },
[ { red: 0,
blu: 0,
targetId: 'hG9RdwPn1HH4bZLk',
redIncomplete: 0,
bluIncomplete: 1546133945459 } ],
redPressTime: 0,
bluPressTime: 1546133945459 } ],
gameLength: 7200000 };
2 changes: 1 addition & 1 deletion fixtures/pressedMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
gameRunningDuration: 0,
gameEndTime: 0,
devicesProgress: [
{ targetId: 'hG9RdwPn1HH4bZLk', redIncomplete: 1546277128992, red: 0, blu: 0 }
{ targetId: 'hG9RdwPn1HH4bZLk', redPressTime: 1546277128992, red: 0, blu: 0 }
],
devices: ['hG9RdwPn1HH4bZLk'],
metadataTimestamp: 1547072420007,
Expand Down
4 changes: 2 additions & 2 deletions fixtures/releasedMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
devicesProgress: [{
red: 43,
blu: 0,
redIncomplete: null,
bluIncomplete: null,
redPressTime: null,
bluPressTime: null,
targetId: 'hG9RdwPn1HH4bZLk'
}],
gameLength: 7200000,
Expand Down
4 changes: 2 additions & 2 deletions fixtures/uncMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = { gameStatus: { msg: 'running', code: 0 },
[ { red: 0,
blu: 0,
targetId: 'hG9RdwPn1HH4bZLk',
redIncomplete: 0,
bluIncomplete: 1546133945459 } ],
redPressTime: 0,
bluPressTime: 1546133945459 } ],
gameLength: 7200000 };
4 changes: 2 additions & 2 deletions fixtures/yoloMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
devicesProgress: [{
red: 43,
blu: 0,
redIncomplete: null,
bluIncomplete: null,
redPressTime: null,
bluPressTime: null,
targetId: 'hG9RdwPn1HH4bZLk'
}],
gameLength: 7200000,
Expand Down
5 changes: 0 additions & 5 deletions src_client/Controlpointer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ export default {
text: 'D3VICES',
path: '/device'
},
{
icon: 'all_out',
text: 'Virtual Controlpoint',
path: '/controlpoint'
},
{
icon: 'build',
text: 'Utilities',
Expand Down
Loading

0 comments on commit 7281cf2

Please sign in to comment.