ranjith-dev #924

Merged
jothi merged 6 commits from ranjith-dev into master 2026-08-23 13:44:09 +00:00
Showing only changes of commit 095816881c - Show all commits

View File

@@ -204,6 +204,10 @@ Route::post('laser/characteristics/data', [CharacteristicsController::class, 'st
Route::post('laser/characteristics/status', [CharacteristicsController::class, 'storeLaserStatus']);
// ..Winded serial (auto or manual)
Route::post('laser/winded-serial/status', [CharacteristicsController::class, 'storeLaserWindStatus']);
// ..Request Characteristics
Route::post('laser/characteristics/change', [CharacteristicsController::class, 'storeLaserRequestChar']);