Changes between Version 6 and Version 7 of SystemDevelopmentEN
- Timestamp:
- Jul 27, 2012, 4:18:24 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemDevelopmentEN
v6 v7 53 53 ms:route:reroute:fromStart 54 54 }}} 55 Is handled the "reoute" module (mod_menu.py).55 Is handled by the "reoute" module (mod_menu.py). 56 56 message = "reroute"[[br]] 57 57 type = "ms"[[br]] … … 60 60 ====== Message list ====== 61 61 Has the '''ml''' prefix. 62 ''Example:'' 63 64 {{{ 65 ml:storePOI:storePoint:12.3;45.6;Camelot 66 }}} 67 Is handled by the "storePOI" module (mod_menu.py). 68 message = "storePoint"[[br]] 69 type = "ml"[[br]] 70 args = ["12.3","45.6","Camelot"] 62 71 ====== Message dict ====== 63 72 Has the '''md''' prefix. 73 74 ''Example:'' 75 76 {{{ 77 ml:storePOI:storePoint:lat=12.3;lon=45.6;name=Camelot 78 }}} 79 Is handled by the "storePOI" module (mod_menu.py). 80 message = "storePoint"[[br]] 81 type = "md"[[br]] 82 args = {"lat":"12.3","lon":"45.6","name":"Camelot"} 64 83 65 84 ==== mod_menu ====