Samuel Oviedo
Samuel Oviedo
Yes, I have read the wiki and verify that the event code does not conflict with different modes.
Here you have a link of the codes, with the different devices and specification of event codes for each of them https://wiki.teltonika-mobility.com/view/Full_AVL_ID_List
Here you will find the models with the EOL policy (old) and its equivalent. https://teltonika-gps.com/es/policies-certificates/eol-policy/ For example, in the FM1100 model, its equivalent FMB120, you will get the event codes...
` render() { return ( { if(this.state.WebViewLeafletRef == null) this.setState({WebViewLeafletRef:ref}) }} backgroundColor={"green"} zoom={2} onLoadEnd={()=>{ let mapLayers = this.state.mapLayers; this.state.WebViewLeafletRef.sendMessage({ mapLayers }); }} onLoadStart={(a)=>console.log("start")} doShowDebugMessages={true} mapCenterPosition={{lat: 6.00, lng:-70.00}} onMessageReceived={this.onMessageReceived} /> );...
I have reviewed the library and notice that the MAP_READY event never fires. and I only have this in the render.. ` return ( );`