in src/app/devices/cloudToDeviceMessage/saga.ts [37:47]
yield call(raiseNotificationToast, {
id: toastId,
text: {
translationKey: ResourceKeys.notifications.cloudToDeviceMessageOnSuccess,
translationOptions: {
deviceId: action.payload.deviceId,
message: action.payload.body
},
},
type: NotificationType.success
});