bmc_hub/app/modules/locations/module.json

25 lines
633 B
JSON
Raw Normal View History

{
"name": "locations",
"version": "1.0.0",
"description": "Lokaliteter - Central management of physical locations, facilities, and service centers",
"author": "BMC Networks",
"enabled": true,
"dependencies": [],
"table_prefix": "locations_",
"api_prefix": "/api/v1/locations",
"web_prefix": "/app/locations",
"tags": ["Locations", "Facilities Management", "Asset Management"],
"config": {
"safety_switches": {
"read_only": false,
"dry_run": false
},
"features": {
"map_view": true,
"capacity_tracking": true,
"operating_hours": true,
"contacts": true
}
}
}