fjr/config.php
2026-06-10 11:21:02 +02:00

12 lines
316 B
PHP

<?php
return [
'bike_name' => 'Yamaha FJR',
'production_year' => '2018',
'registration_number' => 'DW83395',
'purchase_date' => '2024-03-02',
'purchase_km' => 48250,
'topic_prefix' => 'fjr',
'mqtt_host' => '192.168.0.203',
'mqtt_port' => 1883,
'data_dir' => __DIR__ . '/data',
];