debug Faye patientMarkerAddCombined

This commit is contained in:
2019-02-18 11:07:28 +01:00
parent 242afe6de2
commit acf0f856d8
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Mon Feb 18 2019 11:05:29 GMT+0100 (CET)*/
/*Generated on:Mon Feb 18 2019 11:07:28 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -4519,6 +4519,7 @@
.replaceAll('missionInvolved', 'this.missionInvolved')
.replaceAll('missionMarkerAdd', 'this.missionMarkerAdd')
.replaceAll('patientDelete', 'this.patientDelete')
.replaceAll('patientMarkerAddCombined', 'this.patientMarkerAddCombined')
.replaceAll('patientMarkerAdd', 'this.patientMarkerAdd')
.replaceAll('prisonerMarkerAdd', 'this.prisonerMarkerAdd')
.replaceAll('radioMessage', 'this.radioMessage')
@@ -4555,6 +4556,10 @@
// 527339744
// console.log(id)
}
patientMarkerAddCombined(data) {
// ??
console.table(data)
}
patientMarkerAdd(data) {
// {"missing_text":"Wir benötigen: RTW","name":"Sandra P.","mission_id":977666364,"id":527340413,"miliseconds_by_percent":0,"target_percent":50,"live_current_value":50}
console.table(data)