Add id-card compliance

This commit is contained in:
Josh Harvey 2018-02-03 14:32:05 +02:00
parent fbcb8b5ff2
commit 86dfca60c1
6 changed files with 67 additions and 210 deletions

View file

@ -110,4 +110,10 @@ function updateMachineDefaults (deviceId) {
})
}
module.exports = {stateChange, fetchPhoneTx, fetchStatusTx, updateDeviceConfigVersion, updateMachineDefaults}
module.exports = {
stateChange,
fetchPhoneTx,
fetchStatusTx,
updateDeviceConfigVersion,
updateMachineDefaults
}