Update Notification
Update a notification in Traccar.
Request
php
use ThingsTelemetry\Traccar\Dto\NotificationData;
use ThingsTelemetry\Traccar\Facades\Notification;
$notification = Notification::update(new NotificationData(
id: 41,
type: 'ignitionOn',
notificators: 'web,mail',
));Result
Returns ThingsTelemetry\Traccar\Dto\NotificationData.